Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 434 Bytes

readme.md

File metadata and controls

36 lines (21 loc) · 434 Bytes

Laravel: Design Patterns in PHP

Design Patterns

  • Service Pattern
  • Repository Pattern

Installation

Copy environment

$ cp .env.example .env

Generate Key

$ php artisan key:generate

About Structure

App\Services

Business Logic

App\Repositories

DataBase Query

App\Entities

DataBase Model Setting