Support the ongoing development of Laravel.io →
IOM

IOM

Joined 11 Feb 2014

Statistics

Threads 14
Replies 20
Solutions 1
Articles 0

Is Forge vulnerable to Shell shock?

I can't find any information on whether forge or nginx is vulnerable. What's up?

0 Likes
3 Replies
Solved

How to Change page/text: "Whoops, looks like something went wrong." ?

General problem: some types of exceptions supersede my exception handler and show a plain "Whoo...

0 Likes
6 Replies

Collection::flatten returns Collection instead of array

http://laravel.com/api/source-class-Illuminate.Support.Collection.html#272-280 272: /** 273:...

0 Likes
0 Replies

Namespacing Resource Routes (error?)

From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...

0 Likes
3 Replies

Shortcut for if ($a->polyable_type == get_class($b) || $a->polyable_id == $b->id) ?

I'm wondering if Laravel has a shortcut function for this part of an if statement? if ($a->polyab...

0 Likes
0 Replies
replied 9 years ago

Exception being thrown whenever an exception is thrown during unit testing with PHPUnit

composer require "phpunit=~5" seemed to be fixed. I almost had to make sure my /bootstrap/...

0 Likes
replied 9 years ago

Exception being thrown whenever an exception is thrown during unit testing with PHPUnit

I'm having the same problem. Apparently they changed a lot of things and left it out of the upgrade...

0 Likes
replied 9 years ago

How To Retrieve data

Can you try: return view('iklan.listings',['iklans'=>$iklans]); instead of return view('...

0 Likes
replied 10 years ago

Clean Installation laravel 5

I'm having the same problem as OP, but I am using LEMP, not WAMP. Run composer install. composer i...

0 Likes
replied 10 years ago

Howto log with MongoDB

Is this code non-blocking (aka fire and forget)? Specifically wondering, if the MongoDB is busy or t...

0 Likes

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.