Hi, I'm building a PIM for my business. I have Products, Variants and "Options". On every...
Hi, Homestead has totally broke. I get errors whatever i'm trying to do (like VBoxManage: error: Cou...
Hi, This is not actually related to Laravel, but my hope is that it might be since that would mean t...
Hi, EDIT: when posting, it transforms the entities "& gt ;" (without spaces) and so on...
Hi, Yes - i know there's threads about this but I've tried just about everything. After upgrading to...
You should name your routes, and then use URL::route('route.name', array('param1', 'param2' ...));
Well, its not an issue in the framework. Read: http://laravel.com/docs/security#password-reminders-a...
May I ask why this need's to be in every controller? If you had like protected $table = 'blablabla';...
The second parameter to has() is $operator and the third is $count. So: Model::has('relation', '=',...
Are you sure Route::delete is correct? This is for the HTTP verb "DELETE" (and "faked...
The Laravel portal for problem solving, knowledge sharing and community building.