manhphuc / yii2-yivic-advanced-app

An advanced structure for Yii2 application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

An advanced structure for Yii2 application

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 96.9%Language:Batchfile 3.1%