Skip to content

Codeuz/laravel-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published