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...
The 'before' filter runs before the request is completed. And the 'after' filter runs after the requ...
I would put it in /app/start/global.php If you want a variable available in all views you can use Vi...
Ah if you are redirected to an external then you need to either build a query string and submit the...
The API is a completed but no working examples. Have you looked through it? Need help with something...
if you use the following it will check both $_POST and $_GET Request::get('something')
The Laravel portal for problem solving, knowledge sharing and community building.