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...
How are you trying to access those variables after? Are you using: $the_var = Request::get('access_c...
That is strange... I almost wonder if there was an error in the upgrade or something. have you tried...
Whoops sorry... missing brackets around if statement Route::filter('nohttps', function() { if (Req...
That is strange, is there a common denominator between the ones that work and the ones that don't? E...
are there any app::fatal app::missing or app::error defs in your routes or filters? It could be that...
The Laravel portal for problem solving, knowledge sharing and community building.