Skip to main content
Version: 2.4.0

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.