cleanique-coders / twbs-four
Twiiter Bootstrap v4.0.0-beta.3 for Laravel
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- illuminate/support: ^5.5
Requires (Dev)
- codedungeon/phpunit-result-printer: ^0.4.4
- orchestra/testbench: ~3.0
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2022-02-01 13:11:37 UTC
README
Tell people about your package
Installation
- 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
- Then in your
config/app.php
add the following to the providers array:
CleaniqueCoders\TWBSFour\TWBSFourServiceProvider::class,
- In the same
config/app.php
add the following to the aliases array:
'TWBSFour' => CleaniqueCoders\TWBSFour\TWBSFourFacade::class,
- 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.