What is Laracon?
For those unfamiliar with Laracon: it is the largest Laravel conference in Europe. Every year, the event brings together developers working with the Laravel framework, from freelancers and agency developers to open-source maintainers and SaaS founders.
The talks cover everything related to modern web development: architecture, tooling, developer productivity, and the future of the framework itself.
But Laracon is more than just a lineup of talks. The real value lies in what developers call the “hallway track”: the conversations that happen in between sessions.
This year, those conversations were often about:
- AI tooling for developers
- Laravel as a SaaS platform
- how teams can build faster and smarter
The growing Laravel community
For me personally, this edition had an extra dimension. My first Laracon EU was back in 2014, when the Laravel community was much smaller and the framework itself was still evolving rapidly.
Livewire didn’t exist yet, Vapor didn’t exist, and AI tooling was obviously not part of the conversation.
Back then, Laracon felt more like a gathering of enthusiasts around a new PHP framework that dared to do things differently.
The contrast with 2026 is significant. The community is now international, Laravel is used worldwide for serious applications, and the ecosystem has matured.
Yet one thing has remained the same: the energy of the people attending.
I still have my Laracon EU 2014 shirt. It’s special to see how far both the framework and the community have come since then.
The keynote by Taylor Otwell
One of the most talked-about moments of the conference was the keynote by Laravel creator Taylor Otwell. In the middle of his keynote, Taylor received a phone call via OpenClaw asking him to merge a pull request. He picked up his phone, approved the PR, and then simply continued his presentation.
That moment perfectly captured Laracon: informal, spontaneous, yet technically strong.
You can watch the moment here: https://www.youtube.com/live/cucIWpAenro?t=32586s
AI is no longer hype, it’s part of the workflow
The central theme of Laracon 2026 was unmistakably AI, but not in the way you might expect.
The tone was practical and down-to-earth. No one claimed that AI would replace developers. What you did hear everywhere: AI speeds up the work for those who use it well.
Taylor Otwell explained why Laravel fits well into this shift. The framework has a consistent and predictable structure, making it easier for AI tools to understand context, interpret code, and provide relevant suggestions.
His term for this: the agentic development era. A time in which AI agents actively contribute to writing software.
A concrete tool discussed in this context is Laravel Boost.
One of the main issues with many AI coding assistants is that they lack sufficient knowledge about the project you’re working on. Boost aims to solve this by giving AI access to project information such as routes, database schemas, logs, and documentation.
More context leads to better and more reliable suggestions, especially for teams that rely heavily on AI.
NativePHP: building mobile apps without a mobile stack
Another well-received talk focused on NativePHP for mobile development, presented by Simon Hamp.
The idea is simple but powerful: building mobile apps with Laravel, without having to learn Swift, Kotlin, or React Native.
For SaaS teams already working with Laravel, this is highly interesting. You use the same language, the same developers, and avoid maintaining a separate mobile stack with all its complexity.
NativePHP is still under active development, but it clearly shows the direction the ecosystem is moving in.
Laravel AI: making AI integration much easier
Another notable announcement was Laravel AI, an SDK designed to simplify integrating AI functionality directly into Laravel applications.
What makes it interesting is its approach. Instead of separate integrations per provider, Laravel AI offers a single unified interface for services like OpenAI, Anthropic, and Google Gemini.
If you want to switch providers or test multiple models, you don’t need to completely rewrite your application code.
The SDK supports features such as text generation, embeddings, vector search, audio transcription, and image generation.
For those building AI agents, it also includes support for prompts, tools, memory, and context.
This fits into a broader movement: Laravel is positioning itself not just as a framework for websites, but increasingly as a platform for complete digital products.
Laravel 13: refinement over spectacle
Around Laracon, there was also a preview of Laravel 13, the next major release of the framework, scheduled for March 2026.
This will not be a flashy feature release. The Laravel team is deliberately choosing stability: no major breaking changes, a smooth upgrade experience, and PHP 8.3 as the minimum requirement.
This allows the framework to take advantage of more modern PHP features and performance improvements.
Laravel 13 also includes improvements in queue handling, caching, and the overall scalability of large applications.
Fewer headlines, but exactly what mature software needs.
Other talks that stood out
In addition to the major announcements, the program featured many talks that were each valuable in their own way.
Yannick Kupferschmidt delivered one of the most relevant talks of the two days with “AI won’t fail loudly, it’ll fail quietly.” While many AI discussions focus on what is possible, this talk focused on what can go wrong and how to recognize it before it’s too late.
AI failures are rarely spectacular. They creep in silently. An important topic for any team seriously using AI.
Tobias Petry showed in “One billion rows with Laravel” that Laravel can handle scalability challenges just fine. Using concrete techniques, he demonstrated how to manage large data volumes effectively with the framework.
John Drexler aligned well with the broader theme of the conference in “Ship to Production on Day 1.” His core message: many teams wait too long before going live and miss out on valuable feedback.
Peter Suhm approached AI from a different angle in “Unblocking your users with AI.” Not AI as a tool for developers, but as part of the user experience itself.
On day two, the event concluded with a Laravel Panel where speakers and community members reflected on the current state of the framework and its future direction.
What I’m taking with me
After two days at Laracon, the picture is clear.
Laravel is not just growing in popularity. The ecosystem is becoming more mature, broader, and better suited for serious product development.
The common thread this year? Building faster with more context.
AI increases developer productivity when used correctly. NativePHP lowers the barrier for mobile development. Laravel AI makes complex integrations more accessible. And the framework itself remains stable enough to build on.
But what ultimately makes Laracon worthwhile is not what happens on stage. It’s the conversations around it.
With people who face the same challenges, use the same tools, and simply love building.