I found a solution, but only problem is about this, server treats as this is a directory.
Route::get('{url}', function($url)
{
return $url;
})
->where('url', '^https?://');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community