Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zzzul/fortify-bootstrap

Laravel 8 + Fortify + Bootstrap 4
https://github.com/zzzul/fortify-bootstrap

fortify laravel laravel-ui-bootstrap

Last synced: 25 days ago
JSON representation

Laravel 8 + Fortify + Bootstrap 4

Awesome Lists containing this project

README

        

# Laravel + Fortify + Bootstrap
A Laravel fortify starter project template using bootstrap 4.







## What inside?
- Laravel ^8.x - [Laravel 8](https://laravel.com/docs/8.x)
- Laravel Fortify ^1.x - [Fortify](https://github.com/laravel/fortify)
- Laravel UI ^3.x - [Laravel/ui](https://github.com/laravel/ui/tree/3.x)

## Installation
Clone or download this repository
```shell
$ git clone https://github.com/Zzzul/fortify-bootstrap.git
```

Install all dependencies
```shell
# install laravel dependency
$ composer install

# install npm packages
$ npm install

# build dev
$ npm run dev
```

Generate app key, configure `.env` file and do migration.
```shell
# 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 :
- [@nyancodeid](https://github.com/nyancodeid) | [laravel 8-stisla-jetstream](https://github.com/nyancodeid/laravel-8-stisla-jetstream)
- [@fukigenmedia](https://github.com/fukigenmedia) | [laravel-stisla-fortify](https://github.com/fukigenmedia/laravel-stisla-fortify)
- [@zacksmash](https://github.com/zacksmash) | [fortify-ui](https://github.com/zacksmash/fortify-ui)