Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error while publish the package #4

Open
kartikeshwargc opened this issue Dec 2, 2024 · 0 comments
Open

Getting error while publish the package #4

kartikeshwargc opened this issue Dec 2, 2024 · 0 comments

Comments

@kartikeshwargc
Copy link

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")

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant