Laravel Native Mobile Development – The Latest Update in 2025

Introduction Laravel has long been one of the most popular PHP frameworks for web development. In 2025, it took a massive leap forward with the introduction of NativePHP for Laravel Mobile, a game-changing update that allows developers to build fully native iOS and Android applications using only Laravel and PHP. This means PHP developers no […]

Stateful Scaling: Laravel Session Management in Kubernetes Clusters

Kubernetes is an excellent option for scaling Laravel applications. Kubernetes offers scalability, high availability, service discovery, and load balancing. Specifically for Laravel deployments, Kubernetes can help with stateless horizontal scaling, easy management of background processing, and storage flexibility.But it can come at a cost. The ephemerality of Kubernetes pods and the way they scale makes […]

Laravel News 2023 Recap

I’ve hand-picked some of the biggest stories at Laravel News in 2023. This year was jam-packed with content, conferences, packages, tutorials, videos, and podcasts. We’ve seen some fantastic Laravel packages enter the ecosystem in Prompts, Pulse, Livewire v3, and more! Let’s take a look at the highlights of each month in 2023: In January, we […]

Get insights into all your Laravel notifications with Paragraphs new package

When Laravel introduced Notification classes back in 2016, it allowed all of us to begin sending any transactional communications to our customers in a very simple, intuitive way. Chances are, by now you got tens of Notification classes in your product and you are sending hundreds or thousands of emails and text messages every single […]

Mocking APIs in Laravel Tests With Wiremock

Accounting for APIs while testing can be a confusing and sometimes painful process. Whether you are testing client-side components or server-side code, you must somehow mock or fake the request and response in your code. The landscape of testing tools that ship with third-party HTTP client code is a mixed bag. In the Laravel ecosystem, […]

LangCountry is a Localization Package for Laravel

The Laravel LangCountry is a localization package that provides automatic date formatting, language switching, and more. Defining language detection and configuration can be tedious, so this package can make it easier to support multiple locales and the following feature list: A configurable set of supported languages and countries Automatic detection based on the user’s browser […]

Introducing Laravel 10: What’s New And Why You Should Upgrade?

Laravel is a PHP web application framework known for its expressive and elegant syntax that allows developers to create robust web applications. Laravel development provides a structural foundation for apps and it is one of the most widely used PHP frameworks worldwide, and its popularity continues to grow with each new release. In this article, […]

Laravel 9 Features & What’s About To Come!

Laravel has been one of the most prevalent PHP frameworks for a long time now. It is adaptable, scalable, versatile, and has become one of the in fact the systems for engineers and companies working with PHP. Now, Laravel 9 is on it’s way, with a number of new features. There’s no surprise that Laravel […]

What’s New in Laravel 10: A Deep Dive Into the Latest Updates and Features

After over a decade since the introduction of the wildly popular Laravel framework, have you ever wondered, “What else can Laravel offer PHP developers?” Given how much it has already simplified PHP development for both beginner and professional developers, some may even argue that it has spoiled developers into believing that PHP is the easiest […]

Securing Laravel APIs using DreamFactory

In the realm of Laravel development, securing APIs is paramount. DreamFactory, a Backend-as-a-Service platform, plays a crucial role in this environment by providing robust security mechanisms for your APIs, ensuring that they are not only functional but also secure and reliable. DreamFactory is a backend-as-a-service that collapses a dozen steps associated with traditional API development […]