Anyone knows how to make laravel work in a subfolder specifically when posting a form on the same pa...
I stumbled upon this issue too and just sharing my solution. On filters.php add the following code A...
You can do the trick by adding something like this on global.php and create the necessary error view...
try using return View::make('jobs/create', compact('Industry_options'));
@lucasfercunha Not working route: Route::post('/', 'HomeController@postIndex'); {{Form::open(array(...
Just change/create a different post URL as a work around. Reported as BUG
The Laravel portal for problem solving, knowledge sharing and community building.
The community