-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Tanvir Islam edited this page Mar 28, 2020
·
6 revisions
use Tanvirofficials\CopyClone\CopyClone;
CopyClone::make() ->withMeta([ 'resource' => 'posts', // resource url 'model' => 'App\Post', // model path 'id' => $this->id, // id of record 'relations' => ['tags', 'comments'], // an array of any relations to load (nullable). 'except' => ['status'], // an array of fields to not replicate (nullable). 'override' => ['status' => 'published'] // an array of fields and values which will be set on the modal after Cloning(nullable). ]),
→This package only available in Resource Detail page.