Laravel 8 Socialite Github Login Tutorial Example

Laravel 8 Socialite Github Login Tutorial Example

Laravel Socialite package makes it simple to authenticate users to Facebook, Twitter, Google, LinkedIn, GitHub, etc. You can authenticate your users for the purpose of connecting their pre-existing ...

Laravel 8 Rest API CRUD with Passport Auth Tutorial

Laravel 8 Rest API CRUD with Passport Auth Tutorial

We learn Laravel 8 Rest API crud with passport auth example. In this tutorial, we will learn how to create a Restful CRUD API with passport auth in laravel 8. The passport auth usually used to send ...

Create Contact Form in PHP 7 with jQuery Validation

Create Contact Form in PHP 7 with jQuery Validation

We need a contact form in a project. When a user comes, he cannot submit the form without filling all the fields. 

Today, In this tutorial, we will learn how to create a contact form in ...

How To Add reCaptcha In PHP Registration Form With Example

How To Add reCaptcha In PHP Registration Form With Example

Today In this tutorial we will learn how to add Google CAPTCHA in PHP. In this post, we will show you google Recaptcha code in PHP project. We sometimes need Google reCaptcha like(registration, log ...

Laravel 8 Generate PDF File using DomPDF

Laravel 8 Generate PDF File using DomPDF

In this tutorial, I will tell you how to generate pdf using dompdf in laravel 8 application. I will share how to generate pdf in PHP with laravel 8. We will use dompdf(barryvdh/laravel-dompdf packa ...

How to send email in laravel 8 with SMTP Example

How to send email in laravel 8 with SMTP Example

Today, In this tutorial, you will learn how to send email in laravel 8.

Laravel 8 provide mail class for send email. So, we would like to learn you send email in laravel 8. As well as how to ...

Laravel 8 Auth with Livewire Jetstream Tutorial

Laravel 8 Auth with Livewire Jetstream Tutorial

Today, let's see the post of laravel 8 jetstream auth using livewire. today you can see laravel 8 auth with livewire jetstream. we will help you to give an example of laravel 8 auth with livewire t ...

CRUD Operations in Laravel PHP Framework

CRUD Operations in Laravel PHP Framework

Today we learn CRUD operations in laravel. CRUD (Create, Read, Update, Delete) This is very necessary for any project. stands as a basic requirement for any Laravel project. new developers must fir ...

close