https://github.com/appoly/laravel-bootstrap-4-preset
A frontend preset for Laravel 5.5 for Bootstrap 4.
https://github.com/appoly/laravel-bootstrap-4-preset
bootstrap4 laravel5 presets
Last synced: about 1 month ago
JSON representation
A frontend preset for Laravel 5.5 for Bootstrap 4.
- Host: GitHub
- URL: https://github.com/appoly/laravel-bootstrap-4-preset
- Owner: appoly
- Archived: true
- Created: 2017-11-09T13:22:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T13:16:27.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T05:52:09.597Z (12 months ago)
- Topics: bootstrap4, laravel5, presets
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 5.5.x Bootstrap 4 Preset
Bootstrap 4 scaffolding on new Laravel 5.5.x project.
*Now compatable with Bootstrap v4 stable.*
## Installation
You can install the package via composer:
`composer require appoly/laravel-bootstrap-4-preset`
You will then have the following commands available in your Laravel installation:
Basic scaffolding:
`php artisan preset bootstrap4`
Basic scaffolding and authorisation views:
`php artisan preset bootstrap4-auth`
*If you run the authorisation scaffolding command multiple times, duplicate entries in the routes files will appear*
Then install and run a build to compile the assets:
`npm install && npm run dev`