CATEGORIES : Laravel

Carbon Add Months To Date In Laravel

In 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 PHP

Carbon Add Days To Date In Laravel

In 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 PHP

Laravel 8 Socialite Login With Google Account

In 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 PHP

How To Integrate Stripe Payment Gateway In Laravel 8

In 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 PHP

How To Check User Browser Is Supported Or Not In jQuery

In 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 Bootstrap

Laravel 8 Authentication using Jetstream Example

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

Laravel

How to Create Multi Language Website in Laravel

In this tutorial, we will see how to create multi language website in laravel 6/7/8. In this example, you can understand the concept of laravel multilingual website example demo. Also, gain knowled...

Laravel jQuery

Localization - Laravel Localization Example

In this example, I will show you the localization - laravel localization example. Laravel's localization features provide a convenient way to retrieve text in different languages, allowing you...

Laravel PHP

Routing - Laravel 7/8 Routing Example

In this tutorial, I will give you information about the basic routes, named routes, and advanced routes in laravel. Routing is a basic and important component of the laravel framework,&nb...

Laravel

How to Send E-mail Using Queue in Laravel 7/8

In this tutorial, I will show you how to send e-mail using queue in laravel 7/8, many time we can see some processes take more time to load like payment gateway, email send, etc. Whe...

Laravel PHP

RECOMMENDED POSTS

FEATURE POSTS