Replies: 1 comment
-
Thanks for the kind words on our skeleton! Feel free to PR improvements around changing the names of the files here: https://github.com/spatie/package-skeleton-laravel/blob/master/configure-skeleton.sh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, thank you a lot @freekmurze for this awesome skeleton package, it saves a lot of times.
I notice when the package get generated the new names of the package, the name of the migration file won't change [still
create_skeleton_table
] and the name of the table replaced with dashes-
instead of underscores_
when trying to replace the spaces.Can you change it in the later versions of the skeleton package if possible? Because it will be a great addition.
PS: I can't find the part when the change happens to the file name (I don't know it properly). I can do a PR to the repo if there are any hints on how to do it.
Beta Was this translation helpful? Give feedback.
All reactions