mintellity / blade-components
Bootstrap CSS Blade component for Laravel
Installs: 110
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.1
- illuminate/contracts: ^11.0 || ^10.0 || ^9.0 || ^8.0
- livewire/livewire: ^3.0
- spatie/laravel-package-tools: ^1.14
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
README
Installation & Requirements
This package requires:
- Craft by Keenthemes (https://preview.keenthemes.com/craft/) ->Bootstrap 5, jQuery
- Font-Awesome (https://fontawesome.com/)
- Pikaday (https://github.com/Pikaday/Pikaday)
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.