Support the ongoing development of Laravel.io →
IOM

IOM

Joined 11 Feb 2014

Statistics

Threads 14
Replies 20
Solutions 1
Articles 0

I think Athena would be cool too.

https://laravel.io/forum/anyone-using-athena-with-laravel-5 I couldn't find reply button on this thr...

0 Likes
0 Replies

how to install PHP7 with Laravel 4.2+ compatibility?

Here is my current attempt to run Laravel 4.2 under PHP7 https://github.com/InstanceOfMichael/php7-d...

0 Likes
0 Replies

Can't migrate for Unit Test... Alternatives to migration?

When the unit tests run migration on the sqlite array driver, I get the following exception: Doctrin...

0 Likes
0 Replies

Unique Queues [feature request?]

Sometimes a non-trivial Queue operation can occasionally be triggered more than once before the firs...

0 Likes
0 Replies

"artisan queue:flush" is ignoring environment? (4.2.x-dev 4a066fd)

When I run the command php artisan queue:flush --env=dev --verbose I get the error: [PDOException]...

0 Likes
0 Replies
replied 11 years ago

hasManyThrough is really slow

No guessing if this is applicable or obvious, but are you guys using ->take(30), ->skip(30), -...

0 Likes
replied 11 years ago

Example Blade extension from docs does not work

I didn't put the brackets around the $c variable, that's the output of the Blade example extension.

0 Likes
replied 11 years ago

How to change the default Log format? (Monolog)

That's enough information to actually try to do something! I'll follow up when something happens.

0 Likes
replied 11 years ago

How to use 2 Cache drivers?

I've settled on using Cache::driver('file')-> for all my file caching needs. That's really amazin...

0 Likes
replied 11 years ago

Modify one part of Input::old()

if ( ! Input::has('key')) { Request::instance()->query->set('key','value'); } e.g. Reques...

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.

© 2026 Laravel.io - All rights reserved.