Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 507 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 507 Bytes

Instalation

composer create-project -s dev --prefer-dist yivic/yii2-yivic-advanced-app <project_name>

Basic structure

  • backend (An application end for backend)
  • api (Application end for API)
  • frontend (Application end for frontend)
  • console (Application end to console)
  • common (folder storing common configs, libs ...)
  • uploads (folder contains all user permanent or temporary uploaded content)

Common

  • config (common config for all application ends)