laravel-pending-change maintained by artificertech
Description
A Laravel package for saving changes to models that will be applied later
Author
Last update
2021/02/02 17:26
(dev-dependabot/composer/illuminate/database-7.30.4)
License
Downloads
0
laravel-pending-change
A laravel package for saving changes to models that will be applied later
Installation
Make sure you are running this in a laravel application
composer require artificerkal/laravel-pending-change
Finally add this to your app.php config file as a package provider:
Artificerkal\LaravelPendingChange\PendingChangeServiceProvider::class,