Skip to content
Nabeel Shahzad edited this page Jan 9, 2018 · 14 revisions

general info

components

  • roles and permissions generated using entrust

code layout and generation

  • all data access is done through a Repository pattern/layer, in App\Repositories
  • all business logic/rules that touch multiple Repositories and/or Models go into Service classes - App\Services
Clone this wiki locally