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

ProductRouteController does not exist #405

Open
Ifnir opened this issue Jun 30, 2021 · 5 comments
Open

ProductRouteController does not exist #405

Ifnir opened this issue Jun 30, 2021 · 5 comments

Comments

@Ifnir
Copy link

Ifnir commented Jun 30, 2021

Describe the bug
ProductRouteController does not exist

To Reproduce
Write command php artisan route:list

Expected behavior
Show route list of laravel application

Screenshots

Target class [GetCandy\Api\Http\Controllers\Products\ProductRouteController] does not exist.

at vendor/laravel/framework/src/Illuminate/Container/Container.php:875
871▕
872▕ try {
873▕ $reflector = new ReflectionClass($concrete);
874▕ } catch (ReflectionException $e) {
➜ 875▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
876▕ }
877▕
878▕ // If the type is not instantiable, the developer is attempting to resolve
879▕ // an abstract type such as an Interface or Abstract Class and there is

1 [internal]:0
Illuminate\Foundation\Console\RouteListCommand::Illuminate\Foundation\Console{closure}()

  +13 vendor frames 

15 [internal]:0
Illuminate\Foundation\Console\RouteListCommand::Illuminate\Foundation\Console{closure}()
ERROR: 1

@glennjacobs
Copy link
Contributor

I can reproduce it, will fix it in the next release.

@misternian
Copy link

I have same problem

@xaniuskarlhall
Copy link

any updates on this issue?

@fbmfbm
Copy link

fbmfbm commented Nov 2, 2021

Well..any news about this ?

@VadimSaratov
Copy link

@glennjacobs any updates on this?

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

6 participants