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

API Generator for Laravel 5

Results 3 api-generator issues
Sort by recently updated
recently updated
newest added

Hi, after successfully `create php artisan make:api --model=MyModelName` but I got the error when trying in postman said **class not found.** Laravel version: 5.6

It would be nice to auto create version in api path (/api/v1/$model).