Features
AI Integration
Build faster with AI-powered tools.
Laravel Boost & MCP
Inertia Start includes Laravel Boost and the Laravel MCP server. This allows AI coding agents and tools to understand your application context.
- Stack awareness: The AI knows your specific tech stack versions.
- Skills: Coding agents are provided with the necessary knowledge to work effectively with your stack.
- Log access: Coding agents can read your application logs to debug errors automatically.
- Contextual help: Provide your AI with the full context of your application structure and conventions.
Setup
Run this command to set up Laravel Boost with your desired configuration:
php artisan boost:installCoding agents support
It works with any coding agent. Here is a non-exhaustive list of popular supported agents:
- Claude Code
- Codex
- Cursor
- GitHub Copilot
- Gemini CLI
These agents can help you:
- Generate code: Build features faster with context-aware generation.
- Fix bugs: Analyze logs and propose fixes.
- Write copy: Generate marketing text, docs, or UI copy that fits your brand voice.
Update
Run this command to keep all the tools and contexts up to date:
php artisan boost:updateInertia Start added this command in its Composer scripts to run it automatically everytime you run composer update.