“URL ()- Full () Laravel” Respostas de código

URL ()- Full () 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();
Mohamad

Laravel Use URL

use Illuminate\Support\Facades\URL;

echo URL::current();
NachooCh

URL ()- Full () Laravel


@if(Request::url() === 'your url here')
    // code
@endif

Thoughtful Trout

Respostas semelhantes a “URL ()- Full () Laravel”

Perguntas semelhantes a “URL ()- Full () Laravel”

Mais respostas relacionadas para “URL ()- Full () Laravel” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código