Spider Theme ยท Tailwind CLI
Sign In
Simple, secure, and clean CRUD workflow.
This non-MVC LavaLite CRUD keeps the routing direct, the layout neat, and the access rules clear. Authenticated users can open the dashboard, while only admins can manage records.
Default admin
admin@festijo.local
Password: admin123
Existing users
acf_users accounts
Default password: password123
Database
festijo_albert
Table: acf_users
System rules
Access logic
Authenticate middleware
Users can open the dashboard only after a valid login session has been created.
Authorize middleware
Admin accounts can create, update, and delete. Both admin and regular users can logout.
Non-MVC flow
Routes go directly to view files, while the query builder remains in the same project structure.