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...
Yes, it's this. I just figured it out after reading the Eloquent\Model class code. Since I don't use...
Really, nobody hasn't even a hint? The problem is the URL helper is loaded before my routes are load...
I also felt it when I started with Laravel, but since I had some experience with Rails, a little tri...
Looking at this file yes, Mail::to is chainable. If you follow the flow, it returns calling addAddre...
The Laravel portal for problem solving, knowledge sharing and community building.