Skip to content

Releases: Junveloper/laravel-file-creator

1.1.0

26 Feb 09:40
Compare
Choose a tag to compare

Feature Updates

  • Only Create Migration will show up in Command Palette. Migration will always end up in database/migrations folder and selecting of folder is not required.

  • When naming migration file, it now supports typing with spaces instead of using snake case.

Bug Fixes/Improvements

  • Hid namespace resolve failure message.

1.05

22 Jan 14:05
Compare
Choose a tag to compare

Feature Updates

  • Supports creating PHP Files (Class, Enum, Interface and Trait).
  • README.md file update.