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
evo— standalone installer toolphp core/artisan— commands inside an installed projectcomposer— 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
evoto bootstrap or manage installer-side setup - use
artisanto operate an installed Evolution project - use
composerto 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.