Folders - lowercase, uppercase first letter

Is it possible to somehow set the wamp server to distinguish the font size of the folders? After uploading to the web hosting, I found out that something is not working, because, for example, the Element folder should be an element - lowercase first character. Is it written somewhere in the documentation which folders should be lowercase and what uppercase first letter?

Hi @shadowx.jb,

It’s not CakePHP framework or PHP language’s issue, this is OS specific thing in general. Because Windows is case insensitive whereas Linux is case sensitive for folder/directory names. To overcome this issue you might want to use docker or vagrant to setup virtual linux environment for development purposes.

1 Like