Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

New Artisan command `app:makeApiModelResourceAsset` and fixes

Choose a tag to compare

@rygilles rygilles released this 27 Apr 11:48
· 38 commits to master since this release

Features

  • New Artisan command app:makeApiModelResourceAsset : Generate basic resource model assets for the dashboard (Look at the readme file for more information)

Fixes and miscellaneous

  • Issues #2, #3, #4 #5 and #6 fixed
  • nikic/php-parser dev dependency restored for Artisan command app:makeApiModelResource to work properly) : e7723b8
  • Dingo exception handler quick fix : 5b9e334
  • Indentation on files (use tabs, not spaces) : 5ec744b, fe356a3