Download the PHP package mirbaagheri/eloquent-extra-events without Composer
On this page you can find all versions of the php package mirbaagheri/eloquent-extra-events. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mirbaagheri/eloquent-extra-events
More information about mirbaagheri/eloquent-extra-events
Files in mirbaagheri/eloquent-extra-events
Download mirbaagheri/eloquent-extra-events
More information about mirbaagheri/eloquent-extra-events
Files in mirbaagheri/eloquent-extra-events
Vendor mirbaagheri
Package eloquent-extra-events
Short Description Events additional to the eloquent
License MIT
Package eloquent-extra-events
Short Description Events additional to the eloquent
License MIT
Please rate this library. Is it a good library?
Informations about the package eloquent-extra-events
eloquent-extra-events
Note: This package is compatible with Laravel 5.5.X only.
Installation
Install:
composer require mirbaagheri/eloquent-extra-events
Usage
Load package:
You just have to load ExtraEventsTrait
in your Eloquent Model
:
use Mirbaagheri\EloquentExtraEvents\ExtraEventsTrait;
Events:
- eloquent.syncing
- eloquent.synced
- eloquent.attaching
- eloquent.attached
- eloquent.detaching
- eloquent.detached
Listeners:
Listen to above events in: App\Providers\EventServiceProvider
:
Global listener:
Specific Listener: `
LICENSE
This package is released under MIT license.
All versions of eloquent-extra-events with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package mirbaagheri/eloquent-extra-events contains the following files
Loading the files please wait ....