Laradocs is a Laravel package that serves a documentation site from markdown files kept inside your codebase. You write the docs next to the code they describe, commit them together, and Laradocs rend...
JetBrains and The PHP Foundation have launched the first State of PHP survey, a joint effort to get a clearer picture of how PHP is used today and who is building with it. The two teams are trying to ...
Laracon US has announced the full speaker lineup for its 2026 conference, headed to Boston on July 28-29. The list pulls together the Laravel core team, well-known community names, and a few faces fro...
Laravel’s built-in migrate:fresh drops every table before re-running your migrations, which is exactly what you want until it isn’t. If a table holds seed data you don’t want to rege...
The Laravel team released v13.15.0 with typed translation accessors, JSON Schema deserialization, a dedicated Cloud queue driver, and a couple of security-related validation and routing fixes. Typed t...
The Laravel team released v13.14.0 (on 06/04/2026) with a new deserializer for the JSON Schema library, fixes to how queue jobs inherit attributes, more visibility into pending jobs, and a round of HT...
Sqids encodes one or more non-negative integers into a short, URL-safe string and decodes that string back into the original numbers. It’s the successor to Hashids, and the same encoding is supp...
Scheduler List by Akshay is a Laravel package that puts your scheduled tasks behind a web dashboard instead of leaving them in php artisan schedule:list output. It reads the tasks you’ve registe...
Filterable, by Abdalrhman Emad Saad, is a Laravel package that provides a structured approach to Eloquent query filtering. Instead of manual query building in controllers, it uses dedicated filter cla...
Laravel for Zed, by Mike Bronner, is a community extension that adds Laravel awareness to the Zed editor. It runs a Language Server Protocol engine that parses your PHP and Blade files with tree-sitte...
