How to get the url in laravel ?
I make the following instructions:
I connect helper
use Illuminate\Routing\Controller;I deduce
$url = Request::url();
Displays error:
Cannot use Illuminate \ Routing \ Controller as Controller because the name is already in use