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: 0

Forks: 0

Open Issues: 4

Type:project

pkg:composer/artificertech/laravel-pending-change

dev-master 2020-12-19 05:52 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,