Skip to content

dracola/laravel-bootstrap-components

Repository files navigation

Laravel Bootstrap Components

Latest Version on Packagist Total Downloads Software License Build Status

Easily use bootstrap components as Laravel components. Requires Laravel 5.4+

Installation

You can install the package via composer:

composer require appstract/laravel-bootstrap-components

Provider

Then add the ServiceProvider to your config/app.php file:

'providers' => [ ... Appstract\BootstrapComponents\BootstrapComponentsServiceProvider::class .... ]

Usage

@component('bootstrap-components::modal') This is the content of the modal @endcomponent

Check the wiki for more documentation.

Testing

$ composer test

Contributing

Contributions are welcome, thanks to y'all :)

About Appstract

Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.

Buy Us A Beer

Would be awesome if you would buy us a beer! Or a lot of beer :)

License

The MIT License (MIT). Please see License File for more information.

About

Bootstrap components as Laravel components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 72.1%
  • PHP 27.9%