I upgraded Laravel4.0 to 4.1. But The code (below) is not working well.
example: Redirect::action('SomethingController@getDoit',array('namedParameter'=>'test', 'namedParameter2'=>'test2');
the URL must be like this (it was on Laravel4.0.) : http://localhost/laravel/public/something/doit?namedParameter=test&namedParameter2=test2
on Laravel 4.1 http://localhost/laravel/public/something/doit/test/test2
Do you know why?? Please tell me...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community