I'm using creolab/laravel-modules to create an application and the administration area will be a mod...
I need to have some validation rules based on configuration files (those at app/config), so the rule...
As I have asked a few times before, I'm developing a website/CMS to a game server for which I can no...
I have a controller with a method for when the user wants to soft-delete his record (Character model...
My application has to adapt to an existing database which uses integer timestamps instead of string...
CedNet said: In your character search you are search withTrashed() but on delete, you are doing it...
That's good code, @itsgoingd. Since the trouble is just with one model, I didn't want to extend Eloq...
trigged said: you can try rewrite you model fromDateTime method The query is not affected, it sti...
Don't you just want to 'restore()' your record?
The Laravel portal for problem solving, knowledge sharing and community building.