$ recombobulate _
home / tips / install-laravel-best-practices-as-a-boost-skill-for-idiomatic-code
0

Install Laravel Best Practices as a Boost Skill for Idiomatic Code

bagwaa @bagwaa · Mar 26, 2026 · Configuration
install-laravel-best-practices-as-a-boost-skill-for-idiomatic-code

Claude can write Laravel code that works without really knowing your conventions — but with the new laravel-best-practices Boost skill, it generates code that's idiomatic too.

Run a composer update and install the skill:

composer update
php artisan boost:install

Then select laravel-best-practices from the list. The skill loads 100+ curated best practices into your AI agent's context, covering Eloquent, caching, queues, authentication, and more.

Once installed, Claude won't just produce code that passes tests — it'll reach for the right patterns by default. That means using query scopes instead of raw where chains, structuring queued jobs correctly, handling cache invalidation properly, and following Laravel authentication conventions without you having to specify them.

It's the difference between getting a working answer and getting a Laravel answer. Particularly useful when onboarding into a team that cares about consistency, or when you want Claude to be a good Laravel citizen rather than just a generic PHP generator.

The skill ships from Taylor Otwell directly, so the practices reflect how Laravel itself is intended to be used.

Stop telling Claude how to write Laravel — give it the playbook and let it apply it automatically.


via @taylorotwell

~/recombobulate $ tip --comments --count=0

Log in to leave a comment.

~/recombobulate $ tip --related --limit=3
0
Switch to the Stable Update Channel with autoUpdatesChannel

The autoUpdatesChannel setting pins Claude Code to a stable release track that skips versions with major regressions.

bagwaa @bagwaa · 2 hours ago
0
Set Claude's Response Language with the language Setting

The language setting makes Claude respond in your preferred language by default, across every session and project.

bagwaa @bagwaa · 2 hours ago
0
Customize or Remove Claude's Git Attribution with the attribution Setting

The attribution setting lets you customize or completely remove Claude's Co-Authored-By trailer from git commits and pull requests.

bagwaa @bagwaa · 2 hours ago