Tag : Laravel 10



How to Convert UTC Time to Local Time in Laravel 10

How to Convert UTC Time to Local Time in Laravel 10

As a Laravel developer, working with time zones is a common requirement, especially when dealing with global applications. One crucial aspect is converting UTC (Coordinated Universal Time) to local time, ensuring that users across different regions see timestamps in their respective time zon...

How to Display Validation Error Message in Laravel Vue JS

How to Display Validation Error Message in Laravel Vue JS

Hey folks, are you ready to make your Laravel Vue.js application even more user-friendly by implementing validation error messages? Well, you're in luck because I'm here to guide you through the process in a simple and easy-to-follow manner.

In this guide, I'll walk you thro...

Multiple ways to Validate Email Addresses in Laravel 10

Multiple ways to Validate Email Addresses in Laravel 10

Hey there! Have you ever wondered how websites ensure that the email addresses you provide are valid? In this article, I'll walk you through multiple ways to validate email addresses in Laravel 10.

We'll explore different techniques, from basic regex patterns to leveraging Larav...

How to Format Number with 2 Decimal in PHP

How to Format Number with 2 Decimal in PHP

Hey there! If you've ever needed to work with numbers in PHP, you probably know how important it is to format them properly. Getting the formatting right can make a big difference if you're dealing with money, measurements, or any other numerical data.

In this guide, I will show...

How to Create Form Request Validation in Laravel 10

How to Create Form Request Validation in Laravel 10

Hey there! Today, I want to talk to you about a super useful feature in Laravel 10 called form request validation. If you're building web applications with Laravel, you know how important it is to validate the data your users submit through forms.

It helps ensure that your applicati...

Laravel 10 Scout Search and Algolia Example

Laravel 10 Scout Search and Algolia Example

Hey everyone! Ever wished your Laravel application could deliver lightning-fast search results? Well, I've got great news for you! In this guide, I'm going to show you how to supercharge your Laravel app's search functionality using Laravel Scout and Algolia.

By the end of t...

How to Add Select Clear Select2 Dropdown

How to Add Select Clear Select2 Dropdown

Hey everyone! Have you ever wanted to make your website's dropdown menus more interactive and user-friendly? Well, I've got just the thing for you! In this guide, I'll show you how to jazz up your dropdowns using a powerful tool called Select2 and a bit of jQuery magic.

In t...

How to Create Select2 Dropdown in Laravel 10 Livewire

How to Create Select2 Dropdown in Laravel 10 Livewire

Hello developers! Today, we're diving into the wonderful world of Laravel 10 and Livewire to create a Select2 dropdown that'll elevate the user experience of our web applications. Select2 is known for its sleek, feature-rich dropdowns, and combining it with the power of Livewire in L...

How to Install Select2 in Laravel 10 Example

How to Install Select2 in Laravel 10 Example

Hey there, Laravel enthusiasts! If you're looking to add a touch of elegance and user-friendliness to your web forms, you're in the right place. In this step-by-step guide, we'll walk through the process of installing Select2 in laravel 10.

Select2 not only en...

How to Integrate Cashfree Payment Gateway in Laravel 10

How to Integrate Cashfree Payment Gateway in Laravel 10

Hello developers! Today, we're about to embark on a journey to elevate our Laravel applications by integrating the Cashfree Payment Gateway. Cashfree provides a robust and secure solution for handling payments, and we're going to seamlessly integrate it into our Laravel 10 project.

Recommended Post
Featured Post
How To Send Email In Laravel 9 Using Mailgun
How To Send Email In Laravel 9...

In this article, how to send email in laravel 9 using mailgun. we will learn laravel 9 to send emails using mailgun...

Read More

Jul-29-2022

Bootstrap Session Timeout Example In Laravel
Bootstrap Session Timeout Exam...

In this tutorial, I will show you a session timeout example in laravel. After a set amount of idle time, the bootstrap w...

Read More

Jun-05-2020

How To Create Zip File Using Ziparchive in Laravel
How To Create Zip File Using Z...

In this article, we will see how to create a zip file using zipArchive in laravel. Sometimes we have requirements to hav...

Read More

Sep-16-2020

Laravel 8 Yajra Datatable Example Tutorial
Laravel 8 Yajra Datatable Exam...

In this article, we will see the laravel 8 yajra datatable example tutorial. Datatable provides users to many...

Read More

Sep-30-2020