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...
Maybe I am missing what you are trying to do but did you set up the relationships in the model using...
I agree with oden, start by checking/creating indexes and see if that helps. Something else you can...
The best way to achieve this is to simply sell the item to the first person that purchases it, and t...
MySql then text searches by default are case insensitive. PostgreSQL I think you have to force it to...
You perform the auth against facebook, if it passes then you create a User object in memory, when th...
The Laravel portal for problem solving, knowledge sharing and community building.