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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...