|
| 1 | +# Features |
| 2 | + |
| 3 | +- Simple pages with HTML or custom twig template and SEO friendly (front and backoffice) |
| 4 | +- Collections & records builder |
| 5 | +- Taxonomy management (categories, tags, etc.) |
| 6 | +- Register and received a login link by email |
| 7 | +- Contact requests form |
| 8 | +- Complete user management with Profile (and Groups, Roles) and security features : |
| 9 | + - Login form with email that send a login link by email |
| 10 | + - Login form with password |
| 11 | + - Login with OAuth clients (Google and Github are already installed) |
| 12 | + - Profile with photo (and upload on AWS S3 if you want, with VichUploader and Flysystem) |
| 13 | + - Permissions matrix for the management of the user's rights |
| 14 | + - Reset password by email |
| 15 | +- Complete product management linked to your [Stripe](https://stripe.com) account (if you want) with front and backoffice : |
| 16 | + - Product page |
| 17 | + - Products list |
| 18 | + - Buy with Stripe and save orders (subscription or one-time payment) |
| 19 | +- Scheduler dashboard and logs : list configured recurring messages and display logs |
| 20 | +- CRUD controllers for : Parameters, Parameter categories, Contact requests, etc. |
| 21 | +- Settings panel |
| 22 | +- DaisyUI themes chooser |
| 23 | +- Toasts notifications (flash messages from Symfony and others with [vue-toastification](https://vue-toastification.maronato.dev/)) |
| 24 | +- OAuth2 Server for authenticated registered users and by applications/clients via OAuth2 grant types (password, client credentials, authorization code, refresh token) |
| 25 | +- Public, internal and private with OAuth2 API (you can use it as a headless CMS!) |
| 26 | +- I18n ready with Vue I18n and Symfony translation component |
| 27 | +- Edit translations in place |
0 commit comments