Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Developing requirements

Mantas edited this page Dec 22, 2017 · 2 revisions
  • Use 7.1 PHP syntax (parameter types, return types) in methods
  • Models, Controllers, Services, Repositories names must be singular. HCUser not HCUsers
  • Must use single quotation marks ' instead double " quotation marks in array parameters and etc.
  • Must use PSR2 coding standart for code, and PSR4 for class autoloading.
  • Route must not have 'as', 'uses', 'prefix' etc.. Instead use functions ->name('routename')->middleware('auth')

Clone this wiki locally