deesoft / yii2-app-single
Yii 2 Single Project Template
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 3
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- almasaeed2010/adminlte: ~2.0
- deesoft/yii2-console: ~1.0
- deesoft/yii2-handsontable: ~1.0
- deesoft/yii2-tools: ~1.0
- mdmsoft/yii2-admin: ~2.0
- mdmsoft/yii2-ar-behaviors: ~1.0
- mdmsoft/yii2-captcha: ~1.0
- mdmsoft/yii2-upload-file: ~1.0
- rmrevin/yii2-fontawesome: ~2.0
- yiisoft/yii2: >=2.0.4
- yiisoft/yii2-bootstrap: ~2.0
- yiisoft/yii2-swiftmailer: ~2.0
Requires (Dev)
- deesoft/yii2-gii: ~1.0
- yiisoft/yii2-codeception: ~2.0
- yiisoft/yii2-debug: ~2.0
- yiisoft/yii2-faker: ~2.0
This package is not auto-updated.
Last update: 2024-10-26 18:28:04 UTC
README
Yii 2 Single Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.
The template includes three tiers: front end, back end, and console, each of which is a separate Yii application.
The template is designed to work in a team development environment. It supports deploying the application in different environments.
DIRECTORY STRUCTURE
app
assets/ contains application assets such as JavaScript and CSS
command/ contains console command classes
config/ contains app configurations
controllers/ contains Web controller classes
models/ contains app-specific model classes
runtime/ contains files generated during runtime
views/ contains view files for the Web application
web/ contains the entry script and Web resources
widgets/ contains app widgets
vendor/ contains dependent 3rd-party packages
environments/ contains environment-based overrides
tests contains various tests for the advanced application
codeception/ contains tests developed with Codeception PHP Testing Framework
INSTALLATION
composer create-project deesoft/yii2-app-single myapp