AddPHPRootCommands registers commands directly on root so the standalone binary uses `core-php dev` not `core-php php dev`. AddPHPCommands remains for use inside the `core` CLI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
371 B
Text
29 lines
371 B
Text
bin/
|
|
/vendor
|
|
/packages/*/vendor
|
|
composer.lock
|
|
.DS_Store
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.env
|
|
.env.dev
|
|
auth.json
|
|
node_modules/
|
|
bootstrap/cache
|
|
public/build
|
|
/storage/*.key
|
|
/storage/pail
|
|
/storage/logs
|
|
/storage/framework
|
|
.phpunit.result.cache
|
|
.phpunit.cache
|
|
/coverage
|
|
/docs/.vitepress/dist
|
|
docs/.vitepress/cache/
|
|
|
|
# QA tools
|
|
.infection/
|
|
infection.log
|
|
infection-summary.log
|
|
.rector-cache/
|