Laravel + Fortify + Bootstrap
A Laravel fortify starter project template using bootstrap 4.
What inside?
- Laravel ^8.x - Laravel 8
- Laravel Fortify ^1.x - Fortify
- Laravel UI ^3.x - Laravel/ui
Installation
Clone or download this repository
$ git clone https://github.com/Zzzul/fortify-bootstrap.git
Install all dependencies
# install laravel dependency
$ composer install
# install npm packages
$ npm install
# build dev
$ npm run dev
Generate app key, configure .env
file and do migration.
# create copy of .env
$ cp .env.example .env
# create laravel key
$ php artisan key:generate
# laravel migrate
$ php artisan migrate
# or for fresh migrate and seeder
$ php artisan migrate:fresh --seed
# Start local development server
$ php artisan serve
What next ?
If you want some similar to this, but it's more "powerful" and I was inspired by that too :