Open maicol07 opened 2 years ago
Hi, Maicol.
What kind of support? generating schemas based on model fields? Or?
Yes, basically the code generation, like the artisan commands (I'd like to use that primarly for packages that can't call artisan
commands).
Example: https://laraveljsonapi.io/docs/1.0/schemas/#defining-schemas (command: php artisan jsonapi:schema posts --server=v1
)
@adelf this page shows the full list of generators included with the package: https://laraveljsonapi.io/docs/1.0/digging-deeper/artisan.html#generators
@adelf any news about this one?
I won't implement it natively for now. But I'm working on ide.json changes and you can add these generations there byself.
@adelf any news about this?
It's implemented but isn't documented yet. Working on it.
Feature Description
Provide support for Laravel Json Api package: https://laraveljsonapi.io