Releases: Junveloper/laravel-file-creator
Releases · Junveloper/laravel-file-creator
1.1.0
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
Feature Updates
- Supports creating PHP Files (Class, Enum, Interface and Trait).
- README.md file update.