New Laravel Starter Kits are Coming Soon
When PHP Might Be the Faster Choice for Developers?; Laravel 12 release date; and Symfony 7.2.3 released.
PHP
📚 The Importance of Reverse Proxies: Enhancing Security, Scalability, and Deployment Flexibility
In this article, we’ll explore the benefits of using reverse proxies, including enhanced security, improved scalability, and zero downtime deployment capabilities.
📚 When PHP Might Be the Faster Choice for Developers
Let us explore a particular scenario in which PHP may prove to be the more advantageous choice for developers.
Laravel
📚 New Laravel Starter Kits are Coming Soon
During Taylor Otwell’s talk at Laracon EU, he announced the release of Laravel 12 and brand new starter kits for Inertia and Livewire.
📚 Buffer Overflow in Laravel: Causes, Prevention & Fixes
Buffer Overflow is a critical vulnerability that can lead to severe security risks in Laravel applications. Attackers exploit this flaw to overwrite memory, execute arbitrary code, and potentially take control of a system.
📚 Laravel Models Demystified: Simplifying Database Operations
In this architecture, the ‘M’ stands for ‘Model’ which is what we are focused on in this articles, a crucial element responsible for managing data interactions between your application and the database.
📚 Avoid This Laravel Enum Trap: Learn How to Fix It Before It Breaks Your Project!
Laravel allows developers to use type casting with enums to ensure these values are strictly typed when retrieved from the database, making the code cleaner and reducing potential bugs.
In this blog post, we’ll dive deep into both methods, compare their use cases, and help you decide which one fits your needs.
📚 Handling Missing Request Data in Laravel
Laravel provides elegant methods for managing absent request data through missing() and whenMissing(). These methods simplify the process of handling optional fields and setting default values, making your code more expressive and maintainable.
📚 Request Handling with PHP Enums in Laravel
Laravel enhances its request handling capabilities with direct enum support, enabling type-safe processing of enumerated values from incoming requests. This feature simplifies input validation and ensures data consistency when working with predefined sets of values.
📚 Streamlining String Manipulation with Laravel’s string() Method
Laravel’s request->string() method transforms input into Stringable instances, providing fluent string manipulation capabilities through method chaining.
📚 Understanding Laravel Queues: queue:work vs queue:listen and Why queue:restart Matters
Many developers aren’t fully aware of how Laravel’s queue system works, especially when using Supervisor. So in this post, let’s break it down step by step.
📚 Efficient JSON Error Handling in Laravel
In this article, I’ll share a structured approach to JSON-based error handling using a trait and service, along with configuring global exception handling.
📚 OTP Verification of Phone Number using Sparrow SMS API in Laravel
This blog will guide you through the process of adding phone number fields to a users table, generating OTPs, and verifying phone numbers using the Sparrow SMS API in Laravel.
Laravel Live UK has announced the details for this year’s conference. Join over 300 Laravel and PHP enthusiasts for inspirational talks, engaging networking and amazing learning opportunities at Laravel Live UK.
Today at Laracon EU, Taylor announced that Laravel 12 will be launched on February 24th, 2025. This is also the first major version that will have zero-breaking changes. Some of the things you can look forward to with the release include.
📚 Laravel Cloud will launch February 24th, 2025
Last year at Laracon US, Taylor announced Laravel Cloud, and he just did a brand new demo live on stage at Laracon EU.
📚 The State Pattern in Laravel: Like a Magician for Your App’s Logic
Let’s talk about something magical that can make your Laravel projects cleaner, easier to understand, and a lot more fun to work with the state pattern.
📚 Mastering Eloquent ORM: A Beginner’s Guide to Laravel’s Magic
What’s up folks! This is the third article from the Laravel beginner series! Let’s get straight to it!
📚 Command Injection in Laravel: How to Detect & Prevent It
In this blog, we will explore command injection, demonstrate coding examples, and show how to secure Laravel applications against such attacks.
📚 Laravel Policies and Gates: Handling Role-Based Access
Alright, so you’re building a Laravel app and need to handle role-based access control (RBAC). You’ve probably come across Laravel’s built-in Policies and Gates, but then there’s also Spatie Permissions. Which one should you go for? Let’s explore our options.
📚 Exploring Laravel’s Powerful Features and Functionalities
This article delves into Laravel’s powerful features and functionalities, explaining why it is a preferred choice for modern web development.
📚 Be Aware: This Could Affect Your Page Speed In Laravel
Can that one small addition have such a big impact on your page response time? Yes, It can. And that’s why I’m writing this to give you a heads-up so you can avoid getting blindsided by this.
Symfony
Symfony 7.2.3 has just been released. Here is the list of the most important changes since 7.2.2

