Closed cs-abdulwahab closed 4 years ago
Countries (Alias) is accessible in tinker , web.php but not in any controller class . However it can be accessed by prefixing "\" like \Countries::getList('en');
That is correct. Either you use the alias or the full facade like \Monarobase\CountryList\CountryListFacade::getList('en'). Nothing to fix.
\Monarobase\CountryList\CountryListFacade::getList('en')
Countries (Alias) is accessible in tinker , web.php but not in any controller class . However it can be accessed by prefixing "\" like \Countries::getList('en');