Development Environment: Windowsxampp development tool phpstorm8.0 file synchronization tool the nut cloud team often experienced the problem of automatically changing the case when naming MVC files, such as BizcollectionModel. class. php is normal, but Biz is named after the hump... development Environment Windows
Xampp
Development Tool phpstorm8.0
File synchronization tool nut cloud
During Team Development, The Case sensitivity is automatically changed when the MVC file is named.
For example, BizcollectionModel. class. php is normal.
However, during the naming process, BizCollectionModel. class. php
I changed C to lowercase c in phpstorm.
However, after a while, lowercase c is automatically converted to uppercase C.
This problem always occurs when you change the project file name in phpstorm or on my computer.
Then an error is reported, indicating that the method does not exist.
Have you ever encountered the same problem?
How can this problem be solved?
Reply content:
Development Environment Windows
Xampp
Development Tool phpstorm8.0
File synchronization tool nut cloud
During Team Development, The Case sensitivity is automatically changed when the MVC file is named.
For example, BizcollectionModel. class. php is normal.
However, during the naming process, BizCollectionModel. class. php
I changed C to lowercase c in phpstorm.
However, after a while, lowercase c is automatically converted to uppercase C.
This problem always occurs when you change the project file name in phpstorm or on my computer.
Then an error is reported, indicating that the method does not exist.
Have you ever encountered the same problem?
How can this problem be solved?
Windows File names are case-insensitive. You can modify the file names in linux and submit