artificertech / laravel-pending-change
A Laravel package for saving changes to models that will be applied later
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 4
Type:project
Requires
- php: >=7.1
- illuminate/database: ^7.0
- illuminate/support: ^7.0
This package is auto-updated.
Last update: 2024-10-29 06:12:17 UTC
README
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,