cdz/laravel-bootstrap

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

Installs: 31

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cdz/laravel-bootstrap

v1.1 2018-10-26 11:51 UTC

This package is auto-updated.

Last update: 2025-09-27 03:44:53 UTC


README

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