General

This section contains general guidelines that should be adhered to despite the technology used by the backend developer.

Case Conventions

ItemConventionExample
JSON Responsesnake_case"first_name": "Geoff",
Database names, tables and columnssnake_caseyour_parking_space
URL Parameterssnake_case/show?include_extra_info=true
GitHub Repositoriesslug-caseyour-parking-space
Laravel Configuration (Values)snake_caseconfig.services.aws.access_key
Laravel Config (Filenames)slug-caseyour-parking-space.php
Laravel Routes (Name)slug-caseprofile.your-account
Laravel Routes (URI)slug-caseprofile/your-account