- Run
bin/install
to set up everything - Run
bin/composer
to use Composer (e.g.bin/composer require --dev symfony/var-dumper
) - Run
bin/test
to run PHPStan and the tests - Run
bin/php php ...
to run PHP scripts, orbin/php vendor/bin/...
to run vendor scripts