Laravel approved new Model data before it persisted
Approval is a Laravel package that provides a simple way to approve new Model data before it is persisted.
Installation
You can install the package via Composer:
composer require cjmellor/approval
You can publish and run the migrations with:
php art...
eplus.dev4 min read