sethsandaru / eloquent-docs

Generate phpDoc for your Eloquent Models with ease
MIT License
41 stars 4 forks source link

[Feature] Command to bulk generate the phpDocs for multiple models at once #11

Closed sethsandaru closed 1 year ago

sethsandaru commented 1 year ago

Closes #10

Additionally, fixed a bug that Accessor/Attribute is generated as snake_case, it need to use camelCase instead.