In this example, we will discuss laravel 8 authentication using jetstream example. In this post, I will give you a simple and easy example of laravel 8 authentication using the jetstream...
LaravelIn this tutorial, I will show you how to check user browser is supported or not in jquery. Some time latest features are not supported in many browsers like internet explorer, safari, goo...
Laravel PHP jQuery BootstrapIn this tutorial, I will show you how to create a dark and light mode website using jQuery. As you can see many website and mobile applications are provided a light theme as well as a dark the...
jQuery CSS HTML BootstrapIn this tutorial, I will show you how to toggle between dark and light mode using jquery. As per the current trend of web development in many websites provides to the user for reading select t...
PHP jQuery CSS BootstrapIn this tutorial, we will see how to integrate stripe payment gateway in laravel 8. Stripe is online payment processing for internet businesses. Stripe is a suite of payment APIs that powers c...
Laravel PHPIn this tutorial, we will see laravel 8 socialite login with google account. Also, you can gain knowledge about how to socialite login with google account in laravel 8 jetstream. Lar...
Laravel PHPIn this tutorial, we will explore how to use Carbon to add days to a date in Laravel, whether you are working with Laravel 8, 9, or 10. Carbon provides the addDay() and addDays() methods, allowing...
Laravel PHPIn this tutorial, I will give you an example of carbon add months to date in laravel. carbon provides many function like addmonth(), addmonths() to add month in laravel 8. Using add month you can c...
Laravel PHPIn this tutorial, we will see an example of carbon add years to date in laravel, here I will give you a simple example of carbon in laravel, carbon provides many functions like addye...
Laravel PHPIn this tutorial, we will see example of carbon add hours in laravel, here I will give you a simple example of laravel carbon add hours, carbon provides many function like addHour(), addH...
Laravel PHP