Download the PHP package tonning/flashable without Composer
On this page you can find all versions of the php package tonning/flashable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tonning/flashable
More information about tonning/flashable
Files in tonning/flashable
Download tonning/flashable
More information about tonning/flashable
Files in tonning/flashable
Vendor tonning
Package flashable
Short Description A simple trait to flash when model events are fired, like `created`, `updated`, and `saved`.
License MIT
Homepage https://github.com/tonning/flashable
Package flashable
Short Description A simple trait to flash when model events are fired, like `created`, `updated`, and `saved`.
License MIT
Homepage https://github.com/tonning/flashable
Please rate this library. Is it a good library?
Informations about the package flashable
Flashable
A simple trait to flash when model events are fired, like created
, updated
, and saved
.
Using Jeffrey Way's excellent Flash package to actually display the flash messages.
Installation
Begin by pulling in the package through Composer.
Then add the trait to the model you want to automatically flash on crud actions.
Customization
You can specify the name of the model by adding a getModelName
method on you model.
For even more fine grain control you can add a protected property on the model.
All versions of flashable with dependencies
PHP Build Version
Package Version
The package tonning/flashable contains the following files
Loading the files please wait ....