Looking to hire Laravel developers? Try LaraJobs

laravel-bootstrap maintained by cdz

Description
Laravel Package to install the Bootstrap library (v3.3.7) and create a welcome page template.
Author
Last update
2018/10/26 13:51 (dev-master)
License
Links
Downloads
31

Comments
comments powered by Disqus

laravel-bootstrap

Laravel Package to install the Bootstrap library (v3.3.7) and create a welcome page template.

Requirements

Laravel >= 5.5

Package Installation

composer require cdz/laravel-bootstrap
composer update

Install the Bootstrap library and create the welcome page template

php artisan cdz-bootstrap:install

If you would like to overwrite existing files, use the --force switch:

php artisan cdz-bootstrap:install --force

If you would like to only scaffold the views, use the --views switch (Controllers and routes will remain unchanged):

php artisan cdz-bootstrap:install --views