Skip to content

feat: add rtk artisan wrapper for Laravel php artisan#2706

Open
mvanhorn wants to merge 1 commit into
rtk-ai:developfrom
mvanhorn:fix/2617-rtk-artisan-wrapper
Open

feat: add rtk artisan wrapper for Laravel php artisan#2706
mvanhorn wants to merge 1 commit into
rtk-ai:developfrom
mvanhorn:fix/2617-rtk-artisan-wrapper

Conversation

@mvanhorn

Copy link
Copy Markdown
Contributor

Summary

Adds an rtk artisan wrapper for Laravel's php artisan, compressing the verbose output of read-only/status-style subcommands (route:list, about, config:show, etc.) the same way RTK compresses other tool output. Only read-only subcommands are filtered; everything else (interactive, destructive, or custom app commands) runs as a raw passthrough so native behavior is preserved. Includes discovery registry/rules entries so it surfaces in rtk discover.

Fixes #2617

AI was used for assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: add 'rtk artisan' wrapper for Laravel projects

1 participant