Download the PHP package inmanturbo/modelware without Composer
On this page you can find all versions of the php package inmanturbo/modelware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inmanturbo/modelware
More information about inmanturbo/modelware
Files in inmanturbo/modelware
Package modelware
Short Description Eloquent Modelware for laravel
License MIT
Homepage https://github.com/inmanturbo/modelware
Informations about the package modelware
Eloquent Modelware for laravel
Installation
You can install the package via composer:
Usage
Add modelware in the boot method of a service provider
This package sends the event data through pipelines (similiar to middleware), which iterate through collections of invokable classes, these collections are bound into and resolved from the service container using the following syntax:
Where the {$event}
is a wildcard event for eloquent:
modelware.eloquent.creating*
=>eloquent.creating*
modelware.eloquent.updating*
=>eloquent.updating*
modelware.eloquent.deleting*
=>eloquent.deleting*
This package will send the following data object through your custom pipeline:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- inmanturbo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of modelware with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0