Laravel obtenir l'url complète

Exemples de code

15
0

obtenir l'url complète php

$fullURL = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
0
0

comment obtenir l'url dans laravel

// Get the current URL without the query string...
echo url()->current();

// Get the current URL including the query string...
echo url()->full();

// Get the full URL for the previous request...
echo url()->previous();
0
0

adresse url actuelle laravel

\Route::current()
############### OR ####################
$request->getRequestUri()
0
0

URL actuelle sans site url laravel

is work
{{Request::path()}}
or
request()->path()
0
0

laravel obtenir la dernière demande obtenir

{{ url()->previous() }}

Dans d'autres langues

Cette page est dans d'autres langues

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