After install this plugin, there's a broken link icon in the october cms backend toolbar. When I click on it, the following message appears :
Class IPriceGroup\OcApiPlugin\Classes\RoutesManager does not exist
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php line 811
TYPE EXCEPTION
Undefined ReflectionException
continue;
}
// If the class is null, it means the dependency is a string or some other
// primitive type which we can not resolve since it is not a class and
// we will just bomb out with an error since we have no-where to go.
$results[] = is_null($dependency->getClass())
? $this->resolvePrimitive($dependency)
: $this->resolveClass($dependency);
}
return $results;
}
After install this plugin, there's a broken link icon in the october cms backend toolbar. When I click on it, the following message appears :
Builder and JWTAuth are installed.