candy-api icon indicating copy to clipboard operation
candy-api copied to clipboard

ProductRouteController does not exist

Open Ifnir opened this issue 4 years ago • 5 comments
trafficstars

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

Ifnir avatar Jun 30 '21 10:06 Ifnir

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

glennjacobs avatar Jun 30 '21 10:06 glennjacobs

I have same problem

misternian avatar Sep 12 '21 15:09 misternian

any updates on this issue?

xaniuskarlhall avatar Sep 17 '21 23:09 xaniuskarlhall

Well..any news about this ?

fbmfbm avatar Nov 02 '21 10:11 fbmfbm

@glennjacobs any updates on this?

VadimSaratov avatar Feb 22 '22 14:02 VadimSaratov