Support the ongoing development of Laravel.io →

tmountjr

Joined 15 Apr 2014

Statistics

Threads 6
Replies 2
Solutions 1
Articles 0

transactions not rolling back properly in tests

I found an interesting behavior while doing some integration tests using model factories. I set up t...

0 Likes
1 Replies

parseParameterFilter() not being called for custom route filters?

I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...

0 Likes
0 Replies

foreign key not set up properly?

First, let me describe the conceptual behavior. I have two tables - a promotions table, containing t...

0 Likes
0 Replies

checkboxes in form::model

I set up a migration to include a boolean value in my model (using the boolean() method). That trans...

0 Likes
0 Replies

show language keys instead of values

In developing a client site, they would like to be able to control the localization copy used in the...

0 Likes
0 Replies
replied 7 years ago

transactions not rolling back properly in tests

Answer: my tables are MyISAM, not Innodb. MyISAM tables don't support transactions, and unfortunatel...

0 Likes
replied 10 years ago

custom login filter not redirecting to calling page

My coworker pointed out that instead of Redirect::intended(); I should have put return Redirect::int...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.