php class naming conventions with suffixes

revision 188ed9379240ee7f03f7a85f451c5b0f81a2e24a

raw

links.rst

class naming "suffix" model controller namespace php

Laravel

  • app/Http/Controllers/Api/UserController.php
  • app/Exceptions/ImportException.php
  • app/Listeners/ImportForbiddenListener.php
  • app/Providers/AppServiceProvider.php
  • app/Lib/Transformer/UserAuthTransformer.php

History