Skip to content

cleaniquecoders/twbs-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Your Package

Tell people about your package

Installation

  1. In order to install TWBS Four in your Laravel project, just run the composer require command from your terminal:
composer require cleanique-coders/twbs-four
  1. Then in your config/app.php add the following to the providers array:
CleaniqueCoders\TWBSFour\TWBSFourServiceProvider::class,
  1. In the same config/app.php add the following to the aliases array:
'TWBSFour' => CleaniqueCoders\TWBSFour\TWBSFourFacade::class,
  1. Publishing assets
php artisan vendor:publish --tag=twbs-four --force

Usage

Refer to Official Twitter Bootstrap 4 Documentation.

License

This package is open-sourced software licensed under the MIT license.