This project is an example of using Laravel Breeze Blade with AdminLTE 3.
- PHP >= 8.1
- Laravel >= 10.x
- Breeze >= 1.x
The above requirements follow the time of establishment of this project
- Clone this repository or Use this repository as a template
- Run
composer install
- Run
cp .env.example .env
- Run
php artisan key:generate
- Configure .env file (Database and Email)
- Run
php artisan migrate
- Last, run
php artisan serve
- Install laravel first. Documentation can be found in Laravel
- Install Laravel Breeze Blade. Documentation can be found in Laravel Breeze Blade
- Copy and overwrite the public and resources folders of this project to your project.
- The AdminLTE 3 template can already be used.
Template source : AdminLTE 3
License : MIT