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

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

v1.0 2017-10-03 21:34 UTC

This package is auto-updated.

Last update: 2019-02-20 19:38:54 UTC


README

Currently: Bootstrap v4.0.0-beta

Usage:

  1. Clean install of Laravel 5.5.x then cd to app root folder in your terminal.
  2. Run composer require sitesense/l55bs4.
  3. Use php artisan preset l55bs4 for basic Bootstrap 4 preset. OR php artisan preset l55bs4-auth for Bootstrap 4, Auth routes and Auth views. NOTE: Be sure to clean up duplicate Auth routes in routes/web.php if you use this command more than once.
  4. Run npm install
  5. Run npm run dev
  6. Configure your database access in .env
  7. Run php artisan migrate to create standard Laravel user tables.
  8. You're done, use your web browser to navigate to your app as usual.