Skip to content

Latest commit

 

History

History

directories-files-namespaces

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Directories, files and namespaces

  • Directories and files must either be namespace-mapped or web-mapped
  • Namespaces must map to file paths, as per PSR-4
  • Files and directories should be lowercase-hyphenated where not namespace-mapped
  • Namespace-mapped files and directories must use UpperCamelCase
  • Web mapped files and directories must use lowercase-hyphenated-words