beco / yii2-app-basic
Yii 2 Basic Project Template
Fund package maintenance!
Open Collective
Tidelift
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 790
Type:project
pkg:composer/beco/yii2-app-basic
Requires
- php: ^8.1.0
- beco/yii-common: dev-main
- yiisoft/yii2: ~2.0.45
- yiisoft/yii2-bootstrap5: ~2.0.2
- yiisoft/yii2-symfonymailer: ~2.0.3
Requires (Dev)
- codeception/codeception: ^5.0.0 || ^4.0
- codeception/lib-innerbrowser: ^4.0 || ^3.0 || ^1.1
- codeception/module-asserts: ^3.0 || ^1.1
- codeception/module-filesystem: ^3.0 || ^2.0 || ^1.1
- codeception/module-yii2: ^1.1
- codeception/verify: ^3.0 || ^2.2
- yiisoft/yii2-debug: ~2.1.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.2.0
This package is auto-updated.
Last update: 2025-12-01 22:52:25 UTC
README
All from Yii2 basic app template with a few improvements:
- mandatory https redirect for all web requests
- php ^8.1
- improved ActiveRecord (from beco/yii-commons)
- ModelLog: a way to automatically store in db model attributes when changed
- out of the box db user structure
Procfile
web: vendor/bin/heroku-php-apache2 web/
worker: php yii queue/listen --verbose --isolate=1
release: sh start