Support the ongoing development of Laravel.io →
posted 11 years ago
Requests

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...

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

yasyu yasyu Joined 19 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.