aseController not found
Opened this issue · 0 comments
fakur commented
I executed php artisan starter:entity Post
and then add some api route.
Then i execute 'php artisan api:route', i got this error :
php artisan api:routes
[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'App\Api\Controllers\V1\BaseController' not found
How do i solve the problem?
thank you