laravel/boost
Laravel Boost speeds up AI-assisted Laravel development by supplying the context and structure AI needs to generate accurate, framework-specific code. It helps produce higher-quality suggestions, scaffolding, and solutions tailored to your application.
composer.json, routes/, app/) to generate Laravel-specific snippets, reducing generic AI hallucinations. This is critical for maintaining code quality in large-scale applications.composer require laravel/boost). Compatibility with Laravel’s core (e.g., app_path(), config/) ensures seamless adoption.mcp_config_path) address monorepo challenges, though TPMs should validate compatibility with their specific setup (e.g., Lumen, Octane).boost:update, boost:add-skill, and boost:generate integrate natively with Laravel’s CLI workflows, reducing learning curves.boost.json or custom commands.actingAs()). TPMs using alternative testing tools (e.g., Codeception) may need custom skills.composer require laravel/boost.php artisan boost:update.livewire, pest-testing, eloquent).tailwind if using a different CSS framework).boost.json for project-specific rules (e.g., naming conventions, tool paths)..env (e.g., BOOST_MCP_API_KEY).php artisan boost:generate and interpreting AI suggestions.config.platform.check). TPMs with strict Composer setups should test early.mcp_config_path, but TPMs should validate with their specific structure (e.g., Lerna, Nx).boost.json for project conventions.php artisan boost:skill:edit livewire).core_guidelines).laravel-best-practices). TPMs must:
php artisan boost:update.composer.json to avoid surprises.boost.json and .env settings may diverge across environments. TPMs should:
.env.boost).boost:generate commands effectively.boost.json.app_path() and config_path() are correct.How can I help you explore Laravel packages today?