Try using the withTrashed method ...
Sorry, the title was too long...
Eloquent is returning data with deleted_at. How to return only where deleted_at is NULL
(Edited)
http://laravel.com/docs/eloquent#soft-deleting
You need to use the SoftDeletingTrait in your model and add deleted_at field to dates property.
Herlevsen said:
http://laravel.com/docs/eloquent#soft-deleting
You need to use the SoftDeletingTrait in your model and add deleted_at field to dates property.
I've done this :/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community