Closed imrjat closed 1 year ago
Hi @coderahuljat, i think the problem comes from use Mrdebug\Crudgen\Services\API\RemoveApiCrudService;
in src/Console/RemoveApiCrud.php
It should be use Mrdebug\Crudgen\Services\Api\RemoveApiCrudService;
(not API)
I can't fix right now but can you try and say me if this quick fix helps you? Thx :)
I trying to install this package in my fresh laravel 9 project. I Run composer command:
composer require mrdebug/crudgen --dev
and get this error.