awkwardideas / bootstrap-helper
Laravel Bootstrap 3 to 4 upgrader
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/awkwardideas/bootstrap-helper
Requires
- php: >=5.6.4
This package is auto-updated.
Last update: 2025-09-29 01:53:12 UTC
README
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