Download the PHP package ahinkle/auto-resolvable-blade-components without Composer
On this page you can find all versions of the php package ahinkle/auto-resolvable-blade-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ahinkle/auto-resolvable-blade-components
More information about ahinkle/auto-resolvable-blade-components
Files in ahinkle/auto-resolvable-blade-components
Package auto-resolvable-blade-components
Short Description A Laravel package to automatically resolve your Blade Component views based on the component class names.
License MIT
Homepage https://github.com/ahinkle/laravel-resolvable-components
Informations about the package auto-resolvable-blade-components
Auto Resolvable Laravel Blade Components
Automatically resolve your Blade Component views based on the component class names to allow for cleaner components.
This package was built on common architecture patterns between Laravel Components and Livewire Components. Livewire automatically resolves the Blade Views whereas Laravel Components do not and require the render()
method. This simple but useful package solves that.
Will automatically render the view: components.alert
.
Installation
You can install the package via composer:
Usage
Simply extend the AutoResolvableComponent
class (vs. component
) on your Blade Component:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Andy Hinkle
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of auto-resolvable-blade-components with dependencies
illuminate/support Version ^10.0|^11.0
illuminate/view Version ^10.0|^11.0