After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
App::error() isn't for creating exceptions, it's for catching them. The best way to handle that woul...
lainga9 said: I am doing something simple like the following: // Controller $activities = Activity:...
pogachar said: Why just the controller file? Push the entire framework with migrations, seeds, rout...
machuga said: thepsion5 said: The goal that I post some "ugly" Laravel code and we, as a...
So, if I'm understanding the problem correctly, you have a single entity that is pulling data from m...
The Laravel portal for problem solving, knowledge sharing and community building.