© 2026 Hashnode
Here’s a story you’ve probably lived: you spin up another Laravel admin panel, and what do you end up doing for the tenth time this month? That’s right, handcrafting authentication, fiddling with routing, wiring up yet another set of environment file...

Creating a full-stack application can seem daunting, especially for beginners. However, with the right guidance, it's entirely achievable. In this blog post, we'll walk you through building a Todo App using Laravel for the backend and React for the f...

In today's digital age, securing your backend REST API is paramount. As the backbone of many applications, APIs are frequent targets for malicious attacks. Laravel, one of the most popular PHP frameworks, offers robust security features to help prote...

if you have heard or read about Laravel Passport or JWTs (Json Web Tokens) then Laravel Sanctum or for short Sanctum should be thought of as lightweight version of Passport. While both Passport and Sanctum are used in authentication there are key dif...

Introduction Creating a system with multiple authentications using Laravel Sanctum may seem challenging, requiring modifications to your config/app.php configuration file. However, a quick and easy solution exists to achieve your goal. This article d...

Introduction: Authentication is a crucial aspect of any web application, especially when building APIs that need to be secure and protect sensitive data. Laravel, one of the most popular PHP web frameworks, provides several authentication packages to...
