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
at vendor\laravel\framework\src\Illuminate\Container\Container.php:946
942▕
943▕ try {
944▕ $reflector = new ReflectionClass($concrete);
945▕ } catch (ReflectionException $e) {
➜ 946▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
947▕ }
948▕
949▕ // If the type is not instantiable, the developer is attempting to resolve
950▕ // an abstract type such as an Interface or Abstract Class and there is
Publish the package assets:
php artisan vendor:publish --provider="DevForest\ReportGeneratorServiceProvider"
Getting below error while publish the package using above command.
php artisan vendor:publish --provider="DevForest\ReportGeneratorServiceProvider"
Illuminate\Contracts\Container\BindingResolutionException
Target class [files] does not exist.
at vendor\laravel\framework\src\Illuminate\Container\Container.php:946
942▕
943▕ try {
944▕ $reflector = new ReflectionClass($concrete);
945▕ } catch (ReflectionException $e) {
➜ 946▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
947▕ }
948▕
949▕ // If the type is not instantiable, the developer is attempting to resolve
950▕ // an abstract type such as an Interface or Abstract Class and there is
1 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation{closure}(Object(DevForest\ReportGeneratorServiceProvider), "DevForest\ReportGeneratorServiceProvider")
2 vendor\laravel\framework\src\Illuminate\Container\Container.php:944
ReflectionException::("Class "files" does not exist")
The text was updated successfully, but these errors were encountered: