Laravel + Bootstrap for admin with roles and permissions, admin panel setup with Tabler and separate views for Admin and Frontend.
- Laravel v6
- Bootstrap v4 for Admin
- TailwindCSS for the frontend
- Roles and permissions
- Toastr setup for Notifications
- Separate Assets for frontend and backend
- Admin Dashboard with Tabler
- Frontend with Tailwind CSS.
- Purge CSS for Production
- Start by cloning the project.
- Copy .env.example file to .env and edit database credentials there
- Then run the command
composer install .
- Run
php artisan key:generate
- Run
php artisan migrate --seed
- Done! Login with
"[email protected]"
and"password"
The MIT license.