Laracon US 2025: What We Learned About Laravel's Future
Laracon US 2025 wrapped up last week in Denver, and honestly, it was one of the most exciting Laravel conferences I've followed in years. Over two packed days (29-30 July), we saw everything from major platform announcements to brilliant community insights that'll shape how we build Laravel apps going forward.

Having worked with Laravel since the early days, I can say this conference marked a genuine turning point - Laravel isn't just a framework anymore, it's becoming a complete development ecosystem.
Taylor's Big Announcements
Taylor's keynote was typically ambitious, unveiling several game-changing updates:
Laravel Cloud has moved from developer preview to proper production readiness. The MySQL service is now generally available with sensible sizing options (1 CPU/512MB RAM up to 16 CPU/64GB RAM) and proper daily backups with customisable retention. What caught my attention was the new Queue clusters - they automatically scale your queue workers based on actual job latency rather than guesswork. Finally, no more over-provisioning workers "just in case".
Preview Environments are now live too, spinning up isolated environments for every PR. If you've ever struggled to demo features or test migrations safely, this solves a real headache.
Next-Gen Forge promises to cut deployment friction significantly. Zero-downtime deployments are becoming standard, Laravel VPS provisioning happens in seconds rather than minutes, and you get hosted domains without messing about with DNS. The integrated terminal with SSH collaboration particularly appeals - pair debugging on production servers without the usual faff.
Laravel 12 brings AI integration through Laravel Boost and the MCP SDK, plus some clever tooling like Wayfinder for automatic TypeScript generation and Laravel Ranger for intelligent code analysis.
Nightwatch continues evolving as Laravel's observability platform, now handling billions of events with better Slack integration and more generous event allowances.
Day One: Setting the Foundation
Aaron Francis - "You Can Just Do Things"
Aaron opened brilliantly with a talk that basically said "stop overthinking and just build stuff". It's surprisingly liberating advice in our industry where we often get paralysed by architecture decisions. His message resonated throughout the conference - sometimes the best approach is the pragmatic one.
Nuno Maduro - "Pest 4"
Nuno showed off the latest Pest improvements, making PHP testing even more pleasant. If you've not tried Pest yet, it genuinely transforms how you think about testing Laravel apps. The new version reduces boilerplate further whilst keeping tests readable - exactly what you want from a testing framework.
TJ Miller - "Prism & AI"
TJ gave us practical AI integration patterns that actually make sense for Laravel apps. Rather than abstract theory, he showed concrete examples of where AI fits naturally into Laravel workflows. Particularly useful if you're wondering how to add AI features without overengineering things.
Mary Perry - "Design Patterns in Laravel"
Mary's architectural guidance was spot-on for anyone building serious Laravel applications. She covered when to break Laravel conventions (rarely) and how to apply classic patterns within Laravel's opinionated structure. Essential watching for senior developers who need to scale beyond simple CRUD apps.
Thiery Laverdure - "You Should Reinvent the Wheel"
Thiery made a compelling case for rebuilding familiar patterns to understand them properly. It sounds counterintuitive, but there's real wisdom here - building your own mini-ORM teaches you more about databases than using Eloquent blindly. Great advice for developers who want deeper understanding.
Chris Morrell - "Advanced Eloquent Relations"
Chris dove deep into complex Eloquent relationships that you inevitably encounter in mature applications. His examples of handling tricky many-to-many scenarios and custom pivot relationships were genuinely useful. If you've ever wrestled with complex database relationships in Laravel, this session had the answers.
John Drexler - "Building the High Trust Environment"
John addressed something we don't discuss enough - how team dynamics affect code quality. His insights on psychological safety and trust in development teams really hit home. Technical skills matter, but so does creating environments where people can do their best work.
Day Two: Advanced Techniques and Tools
Evan You - Vue.js Creator Keynote
Having Evan keynote reinforced Laravel's frontend commitment. His insights into Vue's evolution and Laravel integration (particularly around Inertia) provided valuable strategic guidance. If you're building SPAs with Laravel, understanding Vue's direction helps plan your architecture decisions.
Alex Six - "Turbocharging Your Laravel Development with the Terminal"
Alex reminded us that mastering development tools extends beyond Laravel itself. His terminal techniques genuinely improve daily productivity - the kind of practical knowledge that compounds over years of development work.
Wade Wegner - "Laravel Meets AI with DigitalOcean"
Wade brought infrastructure reality to AI discussions, covering deployment patterns and resource planning for AI-powered Laravel apps. His practical approach to scaling AI workloads was refreshingly grounded after all the AI hype we see elsewhere.
Dave Hicking - "AI Will Not Replace You"
Dave struck the right balance on AI adoption - embrace augmentation, not replacement. His practical examples of AI tools enhancing rather than replacing developer skills were reassuring and realistic. Good guidance for teams navigating AI integration anxiety.
Zuzana Kunckova - "Writing Resilient Code"
Zuzana covered error handling patterns that separate hobby projects from production applications. Her approach to graceful degradation and fault tolerance addressed the gap between development optimism and production reality - essential knowledge for building reliable systems.
Dave Kiss - "Turning a Next.js Video App into a Laravel Starter Kit"
Dave's migration story from Next.js to Laravel was fascinating, showing Laravel's competitive position against JavaScript-heavy stacks. His real-world experience highlighted Laravel's strengths in traditionally JS-dominated areas like video processing and real-time features.
Leah Thompson - "Making It Feel Right: Implementing UI Details That Connect"
Leah focused on the UI polish that distinguishes professional applications. Her presentation reminded us that technical excellence must serve users - a perspective that's easy to lose when focused on backend architecture.
Colin DeCarlo - "AI and You: Understanding, Watching, and Embracing"
Colin provided frameworks for evaluating AI tools strategically rather than reactively. His decision-making criteria for AI adoption were particularly useful for technical leads planning integration strategies without getting caught up in AI hype.
Tom Crary - "Cloud, Code, and Coke Zero"
Tom's behind-the-scenes look at Laravel Cloud development was genuinely interesting, showing the human side of building developer infrastructure. His insights into product development challenges at Laravel's scale provided valuable context for the platform announcements.
Caleb Porzio - "Livewire 4"
Caleb demonstrated why Livewire remains compelling for full-stack Laravel development. His examples of building reactive interfaces without JavaScript complexity showed how Livewire maintains developer productivity whilst delivering modern user experiences.
Rissa Jackson - "Is There Any Problem Git Interactive Rebase Can't Solve?"
Rissa elevated Git from basic version control to sophisticated workflow management. Her advanced techniques for maintaining clean project histories were genuinely useful - the kind of knowledge that improves your daily development experience.
Will King - "A Framework for Ambitious Projects"
Will wrapped up with strategic guidance on architecting large Laravel applications, covering patterns for managing complexity as projects grow. His approach to scaling Laravel beyond simple web apps resonated with anyone who's worked on enterprise-grade systems.
OSS Panel: The Ecosystem Builders
The closing panel with Taylor, Adam Wathan, Jeffrey Way, and Evan You provided fascinating insights into Laravel ecosystem philosophy. Understanding how these decisions get made helps contextualise why Laravel evolves as it does.
What This Means for Laravel Development
After digesting everything from Laracon 2025, several themes stand out:
Platform Maturity: Laravel Cloud's production readiness, combined with enhanced Forge capabilities, creates a compelling alternative to fragmented deployment toolchains. For agencies and product teams, this could significantly simplify infrastructure management.
AI Integration Reality: Multiple speakers addressed AI practically rather than theoretically. The consensus seemed to be: AI augments good developers rather than replacing them, and Laravel's ecosystem is positioning well for this integration.
Frontend Evolution: Between Evan's Vue insights, Caleb's Livewire demonstrations, and Leah's UI guidance, Laravel's frontend story continues strengthening. The framework's full-stack capabilities remain compelling against JavaScript-heavy alternatives.
Community Wisdom: The speaker diversity reflected Laravel's community maturation. We're seeing discussions about team dynamics, architectural thinking, and professional development alongside technical deep-dives.
Practical Focus: Throughout both days, speakers emphasised actionable insights over abstract theory. Attendees left with concrete techniques and strategic frameworks rather than just inspiration.
Looking Forward
Laracon US 2025 positioned Laravel confidently for the next phase of web development. The infrastructure announcements address real deployment pain points, whilst the community talks provided wisdom for building better teams and applications.
For those of us who've been using Laravel professionally for years, this conference felt like validation - Laravel's bet on developer happiness and practical solutions continues paying off. The framework has evolved from a nice PHP option to a comprehensive platform that competes effectively with any modern development stack.
The combination of mature infrastructure, thoughtful AI integration, and strong community insights makes Laravel an increasingly attractive choice for ambitious web applications. Based on what we saw in Denver, Laravel's best years are still ahead.
If you missed the conference, the talks are available on Laravel's YouTube - there's genuinely valuable content for Laravel developers at every level.