# 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.
## Related AI Resources

- [spinapp-features](https://spinapp.site/ai/t/spinapp-features.md)
- [spinapp-local-dev-stack](https://spinapp.site/ai/t/spinapp-local-dev-stack.md)
- [spinapp-getting-started](https://spinapp.site/ai/t/spinapp-getting-started.md)