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...
Try this and see if it works class HomeController extends BaseController { public $restful = true;...
Hey qwerty, The first thing I did was use a really basic adLDAP connection to make sure I could talk...
Almost every working example I have seen uses the 2nd example you have. I have implemented it and it...
I actually had a hard time with ldap-connector but I may have implemented it wrong. I ended up getti...
I made a little progress with Blade::compileString() but it doesn't quite work.... anyone have any t...
The Laravel portal for problem solving, knowledge sharing and community building.