I can't find any information on whether forge or nginx is vulnerable. What's up?
General problem: some types of exceptions supersede my exception handler and show a plain "Whoo...
http://laravel.com/api/source-class-Illuminate.Support.Collection.html#272-280 272: /** 273:...
From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...
I'm wondering if Laravel has a shortcut function for this part of an if statement? if ($a->polyab...
composer require "phpunit=~5" seemed to be fixed. I almost had to make sure my /bootstrap/...
I'm having the same problem. Apparently they changed a lot of things and left it out of the upgrade...
Can you try: return view('iklan.listings',['iklans'=>$iklans]); instead of return view('...
I'm having the same problem as OP, but I am using LEMP, not WAMP. Run composer install. composer i...
Is this code non-blocking (aka fire and forget)? Specifically wondering, if the MongoDB is busy or t...
The Laravel portal for problem solving, knowledge sharing and community building.