Laravel'de isme göre rota nasıl döndürülür

Kod örnekleri

1
0

Redirect::route(profil) ve laravel'de() ile

// For a route with the following URI: profile/{id}

return redirect()->route('profile', [$user]);
0
0

Redirect::route(profil) ve laravel'de() ile

// For a route with the following URI: profile/{id}

return redirect()->route('profile', ['id' => 1]);

Diğer dillerde

Bu sayfa diğer dillerde

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................