yii application consolecomposer PHP package managernpm JavaScript package managercodecept testinglinkchecker qamake bash
:book: If a line in the documentation is prefixed with
$it means that this command needs to be run inside the container.
$ composer update
Get information for available commands
$ yii help
$ env | sort
$ yii app/env
Note, there may are additional ENV variables available in an applications loaded from
src/app.env
All yii commands are run with the same permissions as the webserver by default.
If want a yii command to run with root-permissions, you can prepend the command like so
PHP_USER_ID=0 yii ...
vendor
Help us to improve the documentation, fork this page.