Pint 1.30.0 adds a --blade flag that formats .blade.php files through Prettier, alongside fixes for --diff and --quiet.
Latest News
Latest Links
More Articles
Build nested, threaded comments in Laravel using a self-referencing parent_id column and a recursive Eloquent relationship.
Laravel Process wraps Symfony Process with a fluent API for running shell commands, plus first-class fakes for testing.
A deeper look at what an Eloquent model actually is under the hood, and why that mental model matters for the bugs you hit.
A complete walkthrough of building a URL shortener in Laravel with base-62 codes, collision handling, and click tracking.
Laravel' s HTTP client can retry failed requests with exponential backoff and custom conditions in a single fluent call.
The Laravel AI SDK's new HITL API lets you pause an agent before a sensitive tool call so a person can approve, deny, or edit it.
Laravel's rescue() helper wraps a callback in a try/catch for you, logs the exception, and returns a fallback value.
Skip a database table entirely and track each visitor's recently viewed products with a Redis sorted set instead.