bitfumes/laravel-packer

Naming conventions

Opened this issue · 2 comments

imami commented

As some (maybe unwritten) naming convention about packages:

  • we see package names are mostly in kebab-case but Packr creates new package with Studly/Pascal case name despite what case we give it as the name.

  • config file name inside /config directory should be lower case or camel, but again Packr made it studly!

Am I right?

image

rabol commented

I agree

also the directory that is created for the package name is 'changed'

Yeahh, this could be configurable.
If any of you can do a PR I will be grateful

Keeping it open so later I can work on it