Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Soft Delete Trait Added.

Compare
Choose a tag to compare
@mitulgolakiya mitulgolakiya released this 11 Apr 08:28
· 10 commits to 1.2 since this release

This release include generating model with SoftDelete trait.

If you want to use SoftDelete trait with your models then you can specify softDelete option.

e.g.

php artisan mitul.generator:api Post --softDelete