stevebauman / location

Detect a users location by their IP Address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

message: "Undefined type 'Stevebauman\\Location\\Facades\\Location'."

Tam3000 opened this issue · comments

Hi,

When I try to make a call to Location in my controller, I always get this error message.

I have added the ServiceProvider and the Alias in my App.php file and I have followed all the steps. Any suggestions or usage example?

Thanks in advance

Hi @Tam3000,

You must import the Location facade:

use Stevebauman\Location\Facades\Location;

Location::get();