You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Dashboard Widgets**: Customized dashboard with helpful widgets
19
19
20
20
### Frontend Stack
21
-
-**Tailwind CSS 4** with @tailwindcss/forms and @tailwindcss/typography
21
+
-**Tailwind CSS 4** with [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) and [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography)
22
22
-**Alpine.js 3** for interactive components
23
23
-**Vite 7** for modern asset building
24
-
-**Complete form system** with validation and responsive design
25
24
26
25
### Content Management
27
-
-**Eloquent Driver**: Database storage for better performance
26
+
-**Eloquent Driver**: Database storage for better workflows, performance and more stable deployments
28
27
-**Multilingual Setup**: German/English with proper SEO
29
28
-**Content Structure**: Pre-configured collections and blueprints
29
+
-**Global fields setup**: Centralized field management
30
30
-**Navigation**: Dynamic menus and navigation trees
31
-
-**Forms**: Ready-to-use contact forms with CAPTCHA (Cloudflare Turnstile) support
To store users in the database instead of files, follow the [Statamic guide for storing users in a database](https://statamic.dev/tips/storing-users-in-a-database). The necessary configuration files are already included in the `export/` directory.
122
+
To store users in the database instead of files, the necessary configuration files (User model, auth config, users config) are already included. Follow the [Statamic guide for storing users in a database](https://statamic.dev/tips/storing-users-in-a-database) for details.
124
123
125
124
```bash
126
-
#Additional migration for user storage
125
+
#Run additional migration for user storage
127
126
php artisan migrate
128
127
129
-
# Import user configuration
130
-
# Files in export/ directory will be automatically processed
128
+
# The configuration files will be processed with the import command above
0 commit comments