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...
You need to get rid of your $, You are trying to render a variable called $password_temp, which woul...
If I understand you correctly, (this assumes you have the relationship set up in the models using ha...
Hey Del, I'm glad it helped. I ran into the exact same issue, my solution was to create a user in th...
Thanks you guys... Carbon hit it, when viewing it back in an HTML <input > the double quote te...
You should see if switching to mysqli driver speeds things up. It is supposed to be faster but I hav...
The Laravel portal for problem solving, knowledge sharing and community building.