Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 450 Bytes

File metadata and controls

12 lines (8 loc) · 450 Bytes

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