69
ultrono
7y

Seriously, god bless Laravel and Taylor Otwell.

I've just had a customer foolishly delete all their user accounts. The customer was seriously stressed about this and as it usually goes, this stress was echoed in the call.

I explained how they can easily restore the deleted records in a single click as I have configured Laravel's "soft delete" functionality site wide. i.e. when they delete a record it isn't really deleted. Functionality to physically delete the record is hidden away outside the client's user level.

Customer was seriously grateful and paid for 2 hours of my time (even though the call took 15 mins) and generally gave me lots of kudos.

Laravel, awesome.

Comments
  • 6
    Definitely awesome!

    But that's not just laravel, it's a sensible strategy for handling valuable data.
  • 1
    @asosnovsky true. Laravel did it more awesome though.
  • 0
    @DLMousey You mean withTrashed() assuming you're using v5.3?
  • 1
    God bless Laravel and Taylor
  • 0
    And now you make me wanna try Laravel!
  • 0
    Not really awesome... In terms of gdpr using this feature without communicating is a disaster.

    Record deleted? No... Just soft deleted.... We can continue to use your data as before. This kind of apps suck.
Add Comment