Easily use bootstrap components as Laravel components. Requires Laravel 5.4+
You can install the package via composer:
composer require appstract/laravel-bootstrap-components
Then 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 @endcomponent
Check the wiki for more documentation.
$ composer test
Contributions are welcome, thanks to y'all :)
Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.
The MIT License (MIT). Please see License File for more information.