Laravel-Starter-App is a boilerplate project based on Laravel Framework that you can start your project with.
- Open terminal and clone the repo :
git clone git@github.com:gieart87/laravel-bootstrap-ui-starter-app.git
- Go to the project directory and copy the
env.example
as.env
file - Update the
.env
file as you need. Especially the database config - Run
composer install
- Run
php artisan db:seed
and follow the instructions (just answer some simple questions). You will see the admin email for login at the end of this process. The default password ispassword
- Run
php artisan key:generate
- Run
php artisan serve
- Open the browser and type
http://localhost:8000
- Laravel 8 Auth with Boostrap UI
- Laravel Permission using UUID by Spatie
- Easy Setup Laravel Permission Tutorial
The Laravel8-Starter-App is open-sourced software licensed under the MIT license.