Laravel SoftDelete
Def
So the softdelete is a way of when deleting elments for your database they do not get deleted they stored in seprate space.
How To use SoftDelete
//so to use softdelete go to the table that you want to add it to it
public function up(): void
...
ayoubblog.com1 min read