Bootstrap CSS Blade component for Laravel

Installation & Requirements

This package requires:

You can install the package via composer:

composer require mintellity/blade-components

Some components depend on further npm libraries. We bundled them in the package.json file. You can install them via npm:

npm install ./vendor/mintellity/blade-components

And then require the js and css files in your app.js and app.scss files:

// app.css
@import '../../../node_modules/mintellity-blade-components/resources/css/index.css';
// app.js
require('../../node_modules/mintellity-blade-components/resources/js/index');

Usage

The following components are available in this package:

Credits

License

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