awkwardideas/bootstrap-helper

Laravel Bootstrap 3 to 4 upgrader
7
Install
composer require awkwardideas/bootstrap-helper
PHP:>=5.6.4
License:MIT
Last Updated:Nov 4, 2016
Links: GitHub  ·  Packagist
Maintainer: awkwardideas

BootstrapHelper: Laravel Bootstrap Helper

Latest Stable Version Total Downloads Latest Unstable Version License

Install Via Composer

composer require awkwardideas/bootstrap-helper

Add to Laravel App Config

/*
 * Package Service Providers...
 */ 
AwkwardIdeas\BootstrapHelper\BootstrapHelperServiceProvider::class,
//

Commands via Artisan

Command line actions are done via artisan.

php artisan bootstrap-helper:upgrade

Upgrades the blade files from bootstrap 3 to bootstrap 4