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

dev-master 2025-12-01 22:52 UTC

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