Livewire starter kit is good but you need security then you have to roles and permissions, JetAdmin helps you to make admin panel in secure mode.
- laravel
- livewire
- fluxui
- spatie/laravel-permission
- power-components/livewire-powergrid
- rappasoft/laravel-authentication-log
- rappasoft/laravel-authentication-log
First .env file for project.
Now run migrate to make database:
php artisan migrate
Import Roles:
php artisan system:administrator:create-roles-command
Import Permissions:
php artisan system:administrator:create-permissions-command
Create Administrator:
php artisan system:administrator:create-administrator-command
Done.
Check out the following screenshots for more visual information: