gehrisandro/blade-on-steroids

Blade components on a new level

dev-main 2023-08-10 05:04 UTC

This package is auto-updated.

Last update: 2024-09-10 07:40:16 UTC


README

Blade on steroids

GitHub Workflow Status (main) Total Downloads Latest Version License

Blade on steroids unlocks the full power of blade components.

If you find this package helpful, please consider sponsoring the maintainer:

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.