Laravel Package to install the Bootstrap library (v3.3.7) and create a welcome page template.
Laravel >= 5.5
composer require cdz/laravel-bootstrap
composer update
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