Laravel is introducing a new learning hub, featuring two free mini-courses: a refreshed Laravel Bootcamp and a new PHP Fundamentals track.
|
Smart dev teams are using AI to not only ship code faster, but to build complete agentic workflows for everything from prototyping new features, to writing tests, and even generating public changelogs.
Knowing how to use AI right is a skill, like any other skill (e.g. writing PHP). The team behind VueSchool has been working on a complete masterclass on how dev teams can work with AI to ship better code. It’s called AI-Driven Development, and early access opens on September 30th.
Join the waiting list today to secure the best possible deal and lifetime access to an ever-expanding library of AI courses.
|
The Laravel team released version 12.29.0 this week with a new local debug page, a cache session driver, model resource PHP attributes, and more.
|
The Laravel team launched a public beta of Laravel MCP, a package to rapidly build Model Context Protocol (MCP) servers for your Laravel applications.
|
Laravel Jobs
The official Laravel job board connecting the best jobs with top talent.
|
|
|
Now hiring
Post a job on LaraJobs and it'll be featured here next week.
|
This week Jake and Michael discuss Bifrost, Beam, and Feeds
|
Modern Laravel teams need speed, consistency, and a touch of pragmatism. LaraUtilX is a curated utility toolkit that streamlines the patterns you rely on every day—CRUD, API responses, validation, filtering, and more.
|
Custom validation rules in Laravel encapsulate specific business logic into reusable components, improving code organization and testability while seamlessly integrating with the framework's validation system for consistent data validation.
|
PrettyPHP is an opinionated code formatter for PHP that is a fast, deterministic, and written in PHP. It has sensible defaults and runs without configuration.
|
Laravel 12's Config::collection() method returns configuration arrays as Collection instances directly, removing the need to manually wrap arrays with collect() for fluent manipulation of structured configuration data.
|
The GeoGenius package for Laravel is a lightweight, flexible package that handles geolocation, timezone management, multilingual support, and more.
|
You've built custom collections and query scopes, but your reporting logic is still scattered across controllers, API endpoints, and commands. The same business insights get calculated differently in each place, making maintenance difficult and increasing the chance of inconsistencies. In my latest video, I show you how to combine the patterns from previous episodes into a unified reporting system that provides consistent analytics across your entire application.
|
The Feeds package for Laravel by Andrey Helldar is an easy and fast way to export large amounts of data into feeds for marketplaces and other consumers.
|
|