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
After implementing all of the steps this error is occurring
Class "Redis" not found, and it referencing it on this class:E:\projects\Laravel_projects\geopackadge\vendor\laravel\framework\src\Illuminate\Redis\Connectors\PhpRedisConnector.php : 32
on this line: return new PhpRedisConnection($connector(), $connector, $config);
The text was updated successfully, but these errors were encountered:
sorry I did not add also I added this in the controller that I made:
public function test(){
return app('geocoder')->geocode('Los Angeles, CA')->get();
After implementing all of the steps this error is occurring
Class "Redis" not found, and it referencing it on this class:E:\projects\Laravel_projects\geopackadge\vendor\laravel\framework\src\Illuminate\Redis\Connectors\PhpRedisConnector.php : 32
on this line: return new PhpRedisConnection($connector(), $connector, $config);
The text was updated successfully, but these errors were encountered: