You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing this package by composer, I got the error Class RakibDevs\Weather\Src\Exceptions\WeatherException located in ./vendor/rakibdevs/openweather-laravel-api/src/Exceptions/WeatherException.php does not comply with psr-4 autoloading standard. Skipping.
It looks like it is because of the wrong namespace: RakibDevs\Weather\Src\Exceptions;
The text was updated successfully, but these errors were encountered:
Hi,
Great package, thanks!
When installing this package by composer, I got the error
Class RakibDevs\Weather\Src\Exceptions\WeatherException located in ./vendor/rakibdevs/openweather-laravel-api/src/Exceptions/WeatherException.php does not comply with psr-4 autoloading standard. Skipping.
It looks like it is because of the wrong namespace:
RakibDevs\Weather\Src\Exceptions;
The text was updated successfully, but these errors were encountered: