I found an interesting behavior while doing some integration tests using model factories. I set up t...
I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...
First, let me describe the conceptual behavior. I have two tables - a promotions table, containing t...
I set up a migration to include a boolean value in my model (using the boolean() method). That trans...
In developing a client site, they would like to be able to control the localization copy used in the...
Answer: my tables are MyISAM, not Innodb. MyISAM tables don't support transactions, and unfortunatel...
My coworker pointed out that instead of Redirect::intended(); I should have put return Redirect::int...
The Laravel portal for problem solving, knowledge sharing and community building.
The community