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 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…
Laravel Socialite LinkedIn Login (Part 2)
In this article, we will discuss "Laravel Socialite LinkedIn Login". We already discuss the Laravel Socialite in our previous post, where we describe the Twitter login process. So in this post, we will not be discussing the common process.…
Laravel Socialite Twitter Login (Part-1)
In this article, we will discuss "Laravel Socialite Twitter Login". As we already discussed, Laravel is not only PHP framework. It's like a lifesaver tool for the developer. If you are new in Laravel then you can start with our previous…
Access Hosting Account using SSH Key with PuTTY
In this article, we will discuss "How to Access Hosting Account using SSH Key with PuTTY". There is two way to access hosting using SSH such as SSH using cPanel details and SSH using SSH Key. Also, we are using PuTTY SSH client to access…
Access a Hosting Account Using SSH
In this article, we will discuss "How to Access a Hosting Account using SSH". We can access any hosting via multiple ways such as FTP, SFTP, cPanel, and SSH. Today, I'm going to explain to you, how you can access a hosting account using…
Brief Note on Laravel Modular Approach
In this article, we will discuss "Laravel Modular Approach". We know Laravel is an amazing PHP framework, provides rich features and functionality, that make our development much easy.I'm assuming you are familiar with the Laravel and MVC…
VeeValidate Form Validation Library for Vue Js
In this article, we will discuss "VeeValidate Form Validation Library for Vue Js". VeeValidate is a wonderful library for Vue Js form validation. This will make form validations in Vue Js very easy. It has plenty of rule which we implement…