SB Admin 2 for Laravel 9.
- PHP >= 8.0.2
- BCMath PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Clone the repo and
cd
into it - Run
composer install
- Rename or copy
.env.example
file to.env
- Run
php artisan key:generate
- Set your database credentials in your
.env
file - Run migration
php artisan migrate
- Make something awesome!
Recommend to install this preset on a project that you are starting from scratch, otherwise your project's design might break.
Laravel SB Admin 2 uses some open-source third-party libraries/packages, many thanks to the web community.
- Laravel - Open source framework.
- LaravelEasyNav - Making managing navigation in Laravel easy.
- SB Admin 2 - Thanks to Start Bootstrap.
login
dashboard
profile
user management
Licensed under the MIT license.