-
Notifications
You must be signed in to change notification settings - Fork 144
home
Nabeel Shahzad edited this page Jan 9, 2018
·
14 revisions
- roles and permissions generated using entrust
- all data access is done through a
Repository
pattern/layer, inApp\Repositories
- all business logic/rules that touch multiple Repositories and/or Models go into
Service
classes -App\Services