This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can install the package via composer:
composer require haddowg/jsonapi-openapi
You can publish the config file with:
php artisan vendor:publish --tag="jsonapi-openapi-config"
php artisan jsonapi:docs {serverName}
- Make translation of attribute descriptions recursive
- Command to generate/publish language file stubs
- Document localisation with lang files
- Document customising via attributes on resource/schema/controller
- Document how to document custom actions]
- Command to generate static redoc docs to public folder (locale option)
- config option to generate redoc docs route (include locale detection?)
- test all the things!
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.