mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-15 07:19:31 -06:00
Enhanced migration name detection for the make:migration, practically all the possible combinations are allowed and handled correctly 👀😎. Now is possible to pass the full migration name with the datetime prefix and with the filename extension. All possible combinations are supported. Summarize, so an user can pass: - classname that will be converted to the studly case - filename without the datetime prefix (with or w/o extension) - filename with the datetime prefix (with or w/o extension)