gehrisandro / blade-on-steroids
Blade components on a new level
Fund package maintenance!
gehrisandro
Requires
- php: ^8.1.0
- gehrisandro/tailwind-merge-laravel: ^v0.2.0
- laravel/framework: ^10.9.0
Requires (Dev)
- laravel/pint: ^v1.10.6
- orchestra/testbench: ^v8.0.8
- pestphp/pest: ^v2.13.0
- pestphp/pest-plugin-arch: ^v2.2.3
- pestphp/pest-plugin-mock: ^v2.0.0
- pestphp/pest-plugin-type-coverage: ^v2.0.0
- phpstan/phpstan: ^1.10.28
- rector/rector: ^0.17.10
- symfony/var-dumper: ^6.3
This package is auto-updated.
Last update: 2024-11-10 08:01:03 UTC
README
Blade on steroids unlocks the full power of blade components.
If you find this package helpful, please consider sponsoring the maintainer:
- Sandro Gehri: github.com/sponsors/gehrisandro
Attention: This package is still in early development.
Table of Contents
Get Started
Requires Laravel 10
First, install Blade on steroids
via the Composer package manager:
composer require gehrisandro/blade-on-steroids
Next, publish the configuration file:
php artisan vendor:publish --provider="BladeOnSteroids\BladeOnSteroidsServiceProvider"
This will create a config/blade-on-steroids.php
configuration file in your project, which you can modify to your needs
using environment variables. For more information, see the Configuration section:
Configuration
TODO
Contributing
Thank you for considering contributing to Blade on steroids
! The contribution guide can be found in the CONTRIBUTING.md file.
Blade on steroids
is an open-sourced software licensed under the MIT license.