Skip to content

dracola/laravel-bootstrap-components

Repository files navigation

Laravel Bootstrap Components

Latest Version on Packagist Total Downloads Software License

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

At this moment only Bootstrap 4 is supported. The package is in constant development and new components will be added regulary. You can help with adding components by creating a pull request.

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::modal') This is the content of the modal @endcomponent

Check the wiki for more documentation.

Contributing

Contributions are very welcome! If you want to add a component, please keep the following in mind when creating a pull request:

  • Have a look at the existing components for examples
  • Customization of the component (like custom classes and options for the component)
  • Provide some docs in the Wiki

Thanks to all the contributors

About Appstract

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.

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%