What development commands can SpinApp run via exec?
SpinApp exec can run artisan, composer, and npm build/dev in the app or queue containers.
Details
SpinApp includes an AI-driven exec action. SpinApp positions this action to run:
- artisan commands in the app or queue container context
- composer commands
- npm build/dev commands
SpinApp connects these executions to the correct container context so the AI assistant can operate against the environment that SpinApp provisions for your Laravel project.