/laravel8-bootstrap-ui-starter-app

Laravel 8 Starter App with Bootstrap 4 UI

Primary LanguageHTML

About Laravel8-Starter-App

Laravel8-Starter-App is a boilerplate project based on Laravel 8 Framework that you can start your project with.

Installation

  • Open terminal and clone the repo : git clone git@github.com:gieart87/laravel8-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 is password
  • Run php artisan key:generate
  • Run php artisan serve
  • Open the browser and type http://localhost:8000

Reference Tutorials

License

The Laravel8-Starter-App is open-sourced software licensed under the MIT license.