Docs Navigation Open

CLI

Use the evo installer, Artisan commands, and Composer together in a predictable way in Evo 3 projects.

Three Command-Line Surfaces

  1. evo — standalone installer tool
  2. php core/artisan — commands inside an installed project
  3. composer — dependency and package management

Installer Layer

evo install
evo install --cli
evo self-install
evo self-update
evo system-status

Project Artisan Layer

php core/artisan cache:clear-full
php core/artisan package:create example
php core/artisan package:discover
php core/artisan migrate
php core/artisan route:list
php core/artisan tv:list
php core/artisan doc:list

Composer Layer

composer install
composer update
composer dump-autoload

Rule of Use

  • use evo to bootstrap or manage installer-side setup
  • use artisan to operate an installed Evolution project
  • use composer to manage PHP dependencies and package requirements
Previous

Permissions

Use roles for actions and groups for scope: that is the practical permission model in the manager.

Next

Useful Links

Keep the links that are still genuinely useful for support, source code, and historical reference.