ichtrojan / laravel-location

A simple Laravel Package to sort Countries, States and Cities
MIT License
205 stars 44 forks source link

Install breaks if there's no 'App' namespace #20

Closed Chibuzor-IN closed 5 years ago

Chibuzor-IN commented 5 years ago

The package can't be installed in a project that doesn't have it's base controller class at App\Http\Controllers\Controller i.e a project with a namespace other than App.