Skip to content

beco/yii2-app-basic

 
 

Repository files navigation

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

About

Yii 2.0 Basic Application Template

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.0%
  • Shell 4.7%
  • CSS 2.1%
  • Awk 1.7%
  • Batchfile 1.4%
  • Procfile 0.1%