-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
the command i used
php artisan create:api-scaffold User --with-api-resource
the use at the top of api.php
use App\Api\Http\Controllers\Api\Api\UsersController;
supposed to be
use App\Http\Controllers\Api\UsersController;
data from my composer.json
"php": "^8.0.2",
"laravel/framework": "^9.19",
"crestapps/laravel-code-generator": "^2.4",
Metadata
Metadata
Assignees
Labels
No labels