Skip to content

v1.2.0

Compare
Choose a tag to compare
@sethsandaru sethsandaru released this 13 Apr 14:54
· 9 commits to main since this release

v1.2.0 Release

New Feature

  • Bulk generate command from a given model path.
    • php artisan eloquent:bulk-phpdoc "app/Models/*.php"

Minor Updates

  • Accessor/Attribute will be generated using camelCase from now on.
  • Some chores.