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 would do this by making requests to the twitter API. There are lots of tutorials online for gett...
Try this $cat = Category::where('parent_id', '=', null)->get() $cat_kids = $cat->subCategories...
It depends, if htaccess or some server rewrite is forcing https then the software layer won't be abl...
Create an array of checkboxes and use a single for, the trick is to make sure when you name the chec...
The Laravel portal for problem solving, knowledge sharing and community building.