Laravel 12.35 introduces the deferred queue driver, allowing queued jobs to run right after the HTTP response is sent.
Oct 21, 2025
How to check your composer version
Learn how to check your Composer version on Windows, macOS, and Linux, verify the latest release, and update it, all with simple, accurate commands.
Oct 21, 2025
Expense manager - part 8b
Let's handle the Edit transaction and it's complications
Oct 21, 2025
·
47m 4s
Building Outro, a New Paradigm for Podcasters | Ian Landsman, Creator of Outro
In this episode of the Business of Laravel podcast, Matt Stauffer welcomes back Ian Landsman to discuss his latest venture, Outro , a tool he’s currently building to help podcasters organize and monetize their content. They explore the evolution of podcasting tools, the challenges of market research, and the importance of building with community feedback. Ian shares insights into his development process, how AI fits into his workflow, and the technical decisions shaping Outro’s future.Matt Stauffer Twitter Tighten Website OutroArticle on AI Coding ClaimsMostly Technical-----Editing and transcription sponsored by Tighten.
Oct 21, 2025
Expense manager - part 8
Let's handle the Accounts module.
Oct 21, 2025
Convert Bootstrap Theme into Laravel Project: Step-by-Step
One of the quickest ways to launch a website is to use a prebuilt HTML/CSS theme, free or paid. In this tutorial, I will show step-by-step how to take such Bootstrap-based theme for a real estate project, and turn it into a Laravel project: with layout, components and Eloquent data.
Oct 21, 2025
Filament: 10+ Features of Table Filters
Let me show you capabilities of Filament table filters in a visual way.
More Filament examples on our website: https://filamentexamples.com
Oct 21, 2025
New Laravel Package Metrics: Easily Track Events by Dates
A new package by Steve Bauman, I will demonstrate it in action, with a demo project.
Package repo: https://github.com/DirectoryTree/Metrics
Support the channel by checking out my products:
- My Laravel courses: https://laraveldaily.com/courses
- Filament examples: https://filamentexamples.com
- Livewire Kit Components: https://livewirekit.com
Other places to follow:
- My weekly Laravel newsletter: https://us11.campaign-archive.com/home/?u=a459401212599a54203d036ee&id=91c1337873
- My personal Twitter: https://twitter.com/povilaskorop
Oct 21, 2025
Laravel Nuxt UI Starter Kit
The Laravel Nuxt UI Starter Kit is production-ready with Vue 3, Inertia.js v2, Nuxt UI Components, and Tailwind CSS v4.
The post Laravel Nuxt UI Starter Kit appeared first on Laravel News.
Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Oct 20, 2025
▪️▪️ coding new mega secret SAAS
💎 laracasts / the best way to learn laravel and php: https://laracasts.com/?ref=nunomaduro
🐰 coderabbit / ai code reviews with instant feedback on pull requests: https://coderabbit.ai/?ref=nunomaduro
🔷 devin / the ai software engineer who crushes your backlog: https://devin.ai/?ref=nunomaduro
🔴 redberry / work with the best laravel digital agency: https://redberry.international/?ref=nunomaduro
📱 nativephp / build native mobile apps with php: https://nativephp.com/?ref=nunomaduro
🛠️ jetbrains / code with phpstorm for world-class php development: https://jb.gg/nuno
Oct 20, 2025
Support for Closures in Constant Expressions in PHP 8.5
PHP 8.5 introduces support for closures in constant expressions, making it possible to define a default attribute value as a Closure, among other use-cases. Learn how this update also enables closures to be passed to PHP attributes.
The post Support for Closures in Constant Expressions in PHP 8.5 appeared first on Laravel News.
Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Oct 20, 2025
HTTP Batch, Stringable Methods & After Rollback Events in Laravel 12.32 & 12.33
What's new in Laravel is back! We share new features of the Laravel framework every week 🙌 (v12.32 & 12.33)
1️⃣ Add does not contain to Stringable
[PR link](https://github.com/laravel/framework/pull/57279)
2️⃣ Support for afterRollback events
[PR link](https://github.com/laravel/framework/pull/57180)
3️⃣ New HTTP Client: merge parameters
[PR link](https://github.com/laravel/framework/pull/57282)
4️⃣ Http::batch method added
[PR link](https://github.com/laravel/framework/pull/56946)
#### Timeline
00:00 Welcome
00:19 Add does not contain to Stringable
00:38 Support for afterRollback events
00:55 New HTTP Client: merge parameters
01:12 Http::batch method added
04:04 Outro