Skip to content

Zzzul/fortify-bootstrap

Repository files navigation

Laravel + Fortify + Bootstrap

A Laravel fortify starter project template using bootstrap 4.

What inside?

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 :