This is my free backend admin system with base features like user, roles, permission, website configurations in laravel 11.
- Clone the repo
- Setup .env file
- Hit
composer install
npm install
npm run dev
php artisan migrate
php artisan db:seed
php artisan serve