Mastering Laravel Passport Authentication

Introduction: Why OAuth2 Matters In today's connected world, APIs are essential for modern applications. Whether you're building a mobile app, a single-page application, or connecting to third-party services, you need a secure way to authenticate users and protect your API endpoints. That's where OAuth2 comes in. It is the industry-standard protocol for authorization. When implementing... Continue Reading →

Laravel AJAX Call

Hello friends,I hope you guys are doing good. Today's blog will be about Laravel's most common functionality we are using nowadays and finding trouble to make it work, so here I am to solve your problem with a simple example of an ajax call with a post method to pass the data and get the... Continue Reading →

Laravel Cronjob and Queue: Make your task Automate

Hello folks,I hope you are doing well. Today am writing this blog because of my past hustle, which I had in my current project. I was working on a project which requires to make email automation but, the Cronjob was not enough. Yes, it was a bit difficult so, I just, Googled it but could... Continue Reading →

Let’s do some testing!

Hello people, Hope you are doing awesome stuff in your area. I am back with another cool blog...! I know it's only cool for me but its ok, Right...! I am learning anyway... So today's blog as the title suggest, its about the testing...Hey developer, where are you going? Wait and read it, It will... Continue Reading →

laravel ckeditor update

Today I want to use laravle-ckeditor for my project so as usual I have fired the command -composer require unisharp/laravel-ckeditor, and it installs "unisharp/laravel-filemanager": "~1.8". I was amazed that what it is dude...! Why it installs filemanager rather then ckeditor... Then I done some research and got to know about another amazing command which I... Continue Reading →

Laravel : Country – State – City Dropdown with AJAX

Many people have struggle with this topic and they can not get the output and some also complains that they get empty dropdown, so here I am writing my second post on medium and sharing my self tried code snippet with html-javascript file, controller file and route file. So let's begin… First we need a... Continue Reading →

Create a website or blog at WordPress.com

Up ↑