//get current url use IlluminateSupportFacadesRoute; Route::getFacadeRoot()->current()->uri(); //get current full url $url = url()->current();