This throws a 500 server error. I don't even get a laravel error page. As soon as I pass in the % fo...
A simple model with a function class crmUser extends Eloquent { protected $table = 'Person';...
Hey all, I have been battling this one for a while and after a lot of searching online I am at a los...
Hi all, So I have a directory inside the public directory called /downloads/ The downloads dir conta...
Maybe I am doing this wrong... here is the scenario. I have a form that saves a User. A user can bel...
It should look something like this. $a_house = $House::where('name', '=', '123'); $a_house_location...
The short answer is yes, if I understand what you want to do then setting up your model with pivot t...
Make sure all the keys in your database are indexed, also create new indexes for any fields that get...
Do a phpinfo and confirm that it is in fact enabled. I know in WAMP there are often 2 php.ini files...
I would build a webpage behind an authentication method. A logged in user go to the page the page ha...
The Laravel portal for problem solving, knowledge sharing and community building.