Browsing Tag
PHP Artisan
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…
Laravel Custom Artisan Command
In this article, we will discuss Laravel Custom Artisan Command. Laravel provides a command-line interface which is known as Artisan. It provides lots of helpful commands which help us at the time of development.Are you familiar with the…
Laravel Default Authentication Setup
In this article, We will discuss Laravel Default Authentication Setup. Laravel is a great PHP framework and currently, it's the most starred PHP project on GitHub. Today, I will show you how easy it to add authentication to it without…
Custom User Email Verification / Activation Laravel
In this article, we will discuss how to make a Custom User Email Verification / Activation Laravel for the user and send an activation link to the user registered email address.Before starting with the custom user email verification and…