Hey developers! đź‘‹ The Laravel 12 Multi-Vendor E-commerce Series on Stack Developers is already in full swing, and hundreds of developers are following along to build a production-ready, feature-rich e-commerce platform step by step. If you haven’t joined yet, this is the perfect time to catch up! What’s the Series About? In this series, I’m […]

Read More →

Hey developers! đź‘‹ I’m excited to announce the launch of my Multi-Vendor E-commerce Series in Laravel 12, where I’ll guide you step by step in building a feature-rich e-commerce platform from scratch. 📢 Part 0 is now live! In this introductory video, I’ve explained everything about the series, including the project scope, features, and technologies […]

Read More →

🚀 Laravel 12 is Coming on February 24th, 2025! 🎉 Watch Now: https://www.youtube.com/watch?v=WfU2kG7v3SQ Laravel 12 brings game-changing features like:âś… Enhanced Application Structure – More streamlined and intuitive.âś… Advanced Query Builder – New nestedWhere() for complex queries.âś… Security Enhancements – Stronger password validation with secureValidate().âś… Enhanced API Development – Native GraphQL and improved API versioning.âś… AI-powered […]

Read More →

Welcome to this comprehensive Laravel 11 tutorial, where we’ll walk you through building a feature-rich e-commerce website by combining the power of Laravel 11 with MongoDB. This project will guide you through the entire development process, from setting up Laravel as the frontend framework to managing your data seamlessly with MongoDB as the backend database. […]

Read More →

After integrating the Payumoney or Payu, we need to integrate the transaction status API as well so that we can check the user payment status from time to time with Curl. This API will help us to update the status of those orders whose status is “Cancelled” at our end but “Payment Captured” at Payumoney […]

Read More →

Google Login with Laravel Socialite Package We have created “Google Login” for our test website http://stack-developers.xyz/ You can check at Login Page :- http://stack-developers.xyz/login-register We will work on Google Login / Gmail Login functionality by which we can able to login into our website with our Gmail Id. We will install Laravel Socialite package for Google Login. […]

Read More →

In Part-26 of Laravel 8 API Tutorial, we will start working on the API Registration process to register Users on multiple websites at the same time. Sometimes we require to register the user at multiple websites at the same time. At that time, we require to build a Registration API for both the websites that […]

Read More →