Free dashboard starter for your next project, Laravel 8 with sb admin bootstrap 5. check demo please
Clone code with
$ git clone git@github.com:uwaiscode/Laravel-Sb-Admin-Bootstrap-5.git sbadmin
cd sbadmin
cp .env.example
composer install && npm install
edit .env file to setting up with your database connection
php artisan migrate --seed
php artisan serve
open http://localhost:8000 and if you valet user, open http://sbadmin.test
- Laravel Auth
- Add switch button dark/light
- [] ...
The Laravel framework is open-sourced software licensed under the MIT license.