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...
Are you sure there is a record in the database that meets all the criteria? Also check if the passwo...
Another way to do this inside routes is using a route::group Route::group(array('before' => 'auth...
No offense but Google Forms was built by 100s of engineers and developers, I am sure over 10,000 hou...
The Laravel portal for problem solving, knowledge sharing and community building.