Zzzul / fortify-bootstrap

Laravel 8 + Fortify + Bootstrap 4

Home Page:https://fortify-bootstrap.demo-web-fahmi.my.id/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :

About

Laravel 8 + Fortify + Bootstrap 4

https://fortify-bootstrap.demo-web-fahmi.my.id/


Languages

Language:PHP 64.4%Language:Blade 35.0%Language:Shell 0.6%