getcandy / candy-api

GetCandy v1 E-Commerce API
https://getcandy.io
Apache License 2.0
444 stars 114 forks source link

ProductRouteController does not exist #405

Open Ifnir opened 3 years ago

Ifnir commented 3 years ago

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 commented 3 years ago

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

misternian commented 3 years ago

I have same problem

xaniuskarlhall commented 3 years ago

any updates on this issue?

fbmfbm commented 2 years ago

Well..any news about this ?

VadimSaratov commented 2 years ago

@glennjacobs any updates on this?