Author
Pankaj Sood
Hello Friends, I'm Pankaj Sood, Full Stack Web Developer. Expertise in WordPress, PHP, Laravel, Angular, and Frontend Development. I'm building this site only to spread knowledge to the other user. And need your support to make this more flexible. So feel free to contact me, you can also submit your feedback using the contact us page. Thanks :)
In this article, we will discuss "Laravel Scout with TNTSearch Driver". As we know Laravel provides rich features to make development easy and smooth. Laravel provides an official package "Laravel Scout", which helps to create a full-text…
How to Use Make Auth in Laravel 6
In this article, we will discuss "how to use make auth in Laravel 6". Officially Laravel 6 is available now, but some of the changes here, as expected. Because you are reading this article, So I assume you are still not familiar with the…
How to Setup Lets Encrypt a Free SSL Certificate
In this article, we will discuss "How to Setup Lets Encrypt a Free SSL Certificate".
What is SSL and Why we need it?
SSL is known as Secure Sockets Layer. It is mostly deployed security protocol and these protocols provide a secure channel…
Vue Js Reset Password With Laravel API (Part 3)
In this article, we will discuss "How to make Vue Js Reset Password With Laravel API". In our previous article on this series, you will learn Laravel JWT Authentication and Vue Js application setup with Vue Auth and Laravel JWT Auth. I will…
Laravel JWT Authentication – Vue Js SPA (Part 2)
In this article, we will discuss the Laravel JWT Authentication - Vue Js SPA (Part 2). In this part, we will continue from where we leave in the tutorial (part 1).Still, if you are not reading the previous part then please go and check it…
Laravel JWT Authentication – Vue Js SPA (Part 1)
In this article, we will discuss the Laravel JWT Authentication - Vue Js SPA. As you know, we already discuss the same in our previous article. But, we are creating this tutorial with some new amendments. So I'm creating this in the…
Debugging with Laravel Telescope (Part 1)
In the article, we will discuss "Debugging with Laravel Telescope". Laravel provides a wonderful debugging assistance Laravel Telescope. As you know, when we developing an application then it is impossible to avoid bugs. Laravel Telescope…
Setup Windows Subsystem Linux (WSL) on Windows 10
In this article, we will discuss "Setup Windows Subsystem Linux (WSL) on Windows 10". Windows 10 provides rich features to the end users. Today, I will explain to you, how you can activate the WSL.Windows Subsystem for Linux (WSL) allows…
How to Handle Multiple PHP Versions with Apache Server on Windows
In this article, we will discuss "How to Handle Multiple PHP Versions with Apache Server on Windows". As previous, I'm sharing an article where you learn how to set up Apache, PHP, and MySql on windows. So I recommend you to start with our…
Laravel Socialite GitHub Login (Part 3)
In this article, we will discuss "Laravel Socialite GitHub Login". In this Laravel Socialite series, we already discussed Twitter and LinkedIn social login in our previous articles.
Laravel Socialite GitHub Login
Prerequisites
You need to…