cleanique-coders/twbs-four

This package is abandoned and no longer maintained. No replacement package was suggested.

Twiiter Bootstrap v4.0.0-beta.3 for Laravel

v1.0.0 2017-12-31 11:45 UTC

This package is auto-updated.

Last update: 2022-02-01 13:11:37 UTC


README

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.