Release Notes
Release Notes
The following commands were added
- API generation commands
- php artisan create:api-scaffold
- php artisan create:api-controller
- php artisan create:api-resource
- API documentation generation commands
- php artisan api-docs:scaffold
- php artisan api-docs:create-controller
- php artisan api-docs:create-view
Multiple bugs were fixed.