Jacob Jacob 10.03.2014, 15:21:57 1 + #programowanie #programujzwykopem #webdev #framework #laravelWielojęzyczność routes, jak ugryźć temat ?
kowad kowad 10.03.2014, 15:26:01 0 + @Jacob: Route::get('user/profile', array('as' => 'profileen', 'uses' => 'UserController@showProfile'));Route::get('uzytkownik/profil', array('as' => 'profilepl', 'uses' => 'UserController@showProfile'));nie zadziała?
koob koob 10.03.2014, 15:29:10 7 + @Jacob: http://packalyst.com/packages/package/mcamara/laravel-localization#translated-routes
Wielojęzyczność routes, jak ugryźć temat ?
Komentarz usunięty przez moderatora
Route::get('user/profile', array('as' => 'profileen', 'uses' => 'UserController@showProfile'));
Route::get('uzytkownik/profil', array('as' => 'profilepl', 'uses' => 'UserController@showProfile'));
nie zadziała?