Download the PHP package patrixsmart/adjustfly without Composer
On this page you can find all versions of the php package patrixsmart/adjustfly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download patrixsmart/adjustfly
More information about patrixsmart/adjustfly
Files in patrixsmart/adjustfly
Package adjustfly
Short Description Record Laravel model adjustments during updating event.
License MIT
Informations about the package adjustfly
About Adjustfly
Record Laravel model adjustments during updating event.
Installation
Require the patrixsmart/adjustfly
package in your composer.json
and update your dependencies:
Publish Config files
You will need to publish the config file for you to update it details:
Migrate
You will need to migrate the adjustments table exposed by Adjustfly:
Adjustfly routes
Adjustfly exposes this routes to your application using the following route.
Adjustfly Usage
Adjustfly requires you use this trait in any model of your app that you wish to track it adjustments during an updating event.
and use this trait in your User model tosee adjustments made by a particular user.
Finally call the recordAdjustment method on the model using the HasAdjustments trait in it static updating or observer updating event method.
Adjustfly Sponsors
We would appreciate your sponsorship for the development of Adjustfly. If you are interested in becoming a sponsor, please contact PatriXsmarT LLC. via [email protected].
Contributing
Thank you for considering contributing to the PatriXsmart Adjustfly!.
Security Vulnerabilities
If you discover a security vulnerability within Adjustfly, please send an e-mail to PatriXsmarT LLC. via [email protected]. All security vulnerabilities will be promptly addressed.
License
PatriXsmarT Adjustfly is open-sourced software licensed under the MIT license.