sitesense / l55bs4
This package is abandoned and no longer maintained.
The author suggests using the Bootstrap 4 is now included by default. package instead.
Laravel 5.5 Frontend Scaffolding for Bootstrap 4
v1.0
2017-10-03 21:34 UTC
Requires
- laravel/framework: 5.5.*
This package is auto-updated.
Last update: 2019-02-20 19:38:54 UTC
README
Currently: Bootstrap v4.0.0-beta
Usage:
- Clean install of Laravel 5.5.x then
cdto app root folder in your terminal. - Run
composer require sitesense/l55bs4. - Use
php artisan preset l55bs4for basic Bootstrap 4 preset. ORphp artisan preset l55bs4-authfor Bootstrap 4, Auth routes and Auth views. NOTE: Be sure to clean up duplicate Auth routes inroutes/web.phpif you use this command more than once. - Run
npm install - Run
npm run dev - Configure your database access in .env
- Run
php artisan migrateto create standard Laravel user tables. - You're done, use your web browser to navigate to your app as usual.