Easily use bootstrap components as Laravel components
You can install the package via composer:
composer require appstract/laravel-bootstrap-componentsThen add the ServiceProvider to your config/app.php file:
'providers' => [ ... Appstract\BootstrapComponents\BootstrapComponentsServiceProvider::class .... ]@component('bootstrap-components::modal') This is the content of the modal @endcomponentCheck the wiki for more documentation.
$ composer testContributions are welcome, thanks to y'all :)
Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.
Would be awesome if you would buy us a beer! Or a lot of beer :)
The MIT License (MIT). Please see License File for more information.