$ recombobulate _
~/recombobulate $ tip --list --tag="laravel"

// 40 tips tagged "laravel"

0
Generate SEO Meta Tags and OpenGraph Markup from Your Routes

Generate complete SEO meta tags, OpenGraph properties, and Twitter Card markup for all your pages using a reusable helper Claude builds from your routes.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Write Custom PHPStan Rules for Your Codebase

Let Claude write custom PHPStan and Larastan rules that enforce your team's conventions, complete with AST visitor logic and config registration.

bagwaa @bagwaa · 4 hours ago
0
Let Claude Implement Multi-Tenancy in Your Laravel App

Scaffold single-database or database-per-tenant multi-tenancy in Laravel with global scopes, middleware, queue context, and tenant-aware caching.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Extract Logic from a Fat Controller

Fat controllers are where good architecture goes to die — paste yours into Claude and ask it to extract the business logic into a proper service layer.

bagwaa @bagwaa · 5 hours ago
0
Let Claude Add Soft Deletes to Your Data Models

Soft deletes let you recover accidentally deleted records and maintain audit trails — Claude handles the migration, model changes, and query scoping in one shot.

bagwaa @bagwaa · 5 hours ago
0
Install Laravel Best Practices as a Boost Skill for Idiomatic Code

Install the laravel-best-practices Boost skill to equip your AI agent with 100+ curated Laravel conventions, so it generates idiomatic code by default.

bagwaa @bagwaa · 5 hours ago
0
Ask Claude to Write Your WebSocket Event Handlers

Real-time features feel complex but Claude can wire up WebSocket connections, rooms, and broadcast events for your stack faster than reading the docs.

bagwaa @bagwaa · 7 hours ago
0
Ask Claude to Set Up Structured JSON Logging

Printf debugging doesn't belong in production. Claude can wire up structured JSON logging with request context, log levels, and external service routing in minutes.

bagwaa @bagwaa · 7 hours ago
0
Use Claude to Generate PHP 8.1 Enum Classes

PHP 8.1 backed enums are cleaner than constants — but scaffolding them with helpers, labels, and Eloquent casts is boilerplate Claude can write instantly.

bagwaa @bagwaa · 7 hours ago
0
Use Claude to Write SQL Views and Stored Procedures

Stop hand-crafting complex SQL — describe the logic you need and let Claude write the view or stored procedure, complete with a migration file.

bagwaa @bagwaa · 7 hours ago
0
Use Claude to Implement Cursor-Based Pagination

Offset pagination breaks at scale. Cursor-based pagination is the right approach — and Claude can implement it in any framework from a plain-English description.

bagwaa @bagwaa · 7 hours ago
0
Generate Filament Resources from Your Eloquent Models

Paste your Eloquent model into Claude and get back a complete Filament v3 resource with form fields, table columns, filters, and a RelationManager stub.

bagwaa @bagwaa · 8 hours ago