Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zzzul/fortify-bootstrap
- Owner: Zzzul
- Created: 2020-12-15T06:52:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T15:54:52.000Z (over 3 years ago)
- Last Synced: 2024-05-02T03:11:25.235Z (6 months ago)
- Topics: fortify, laravel, laravel-ui-bootstrap
- Language: PHP
- Homepage: https://fortify-bootstrap.demo-web-fahmi.my.id/
- Size: 2.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)