Clone the repo git clone https://github.com/nawazsarwar/Laravel-9-Bootstrap-AdminLTE3-starter-project.git
Edit your .env file with DB credentials and other settings.
Run composer install command Run php artisan migrate --seed command.
Notice: seed is important, because it will create the first admin user for you.
Run php artisan key:generate command.
Run php artisan storage:link command.
And that's it, go to your domain/localhost and login:
Default credentials Username: [email protected] Password: password