appoly / laravel-bootstrap-4-preset
Frontend preset for Bootstrap 4 for Laravel 5.5.x
Installs: 146
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- laravel/framework: 5.5.*
This package is auto-updated.
Last update: 2020-01-15 17:12:33 UTC
README
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