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

PHP-code generator for Laravel framework, with complete support of JSON-API data format

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

https://github.com/Folkloreatelier/laravel-graphql

enhancement

**Hello. When I generated the code I found php artisan route:list complains. Can anyone help on this issue? Thanks.** ``` Illuminate\Contracts\Container\BindingResolutionException : Unresolvable dependency resolving [Parameter #0 [ $methods ]]...

bug
help wanted

a dot-separated path for each relationship name can be specified: Request example: GET /articles/1?include=comments.author HTTP/1.1

enhancement
question

If I understood well, your plugin will take the data structure of the OAS and create entities, routes, migration, FormRequests, controlers ... but the OAS file itself might contain some...

enhancement
question

**Describe the bug** After a new install of Laravel 10.x the required ``` composer require solidry/api-generator ``` fails due to a composer conflict with symfony/yaml. **To Reproduce** Steps to reproduce...

bug