How to use Soft Delete in Laravel 5

Implementation of Soft Delete In Laravel 5 it’s a quite different from previous versions. Instructions: Add SoftDeletes method to your your migration files:

In…