Enabling Soft-Delete
Table Configurations in Voyager
Editing the Table's Model
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class YourModelName extends Model
{
}Last updated