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 Redirect Another Page Using Javascript
How To Redirect Another Page U...

In this article, we will see how to redirect another page using javascript. we will redirect the page to another pa...

Read More

Nov-04-2022

500 Internal Server Error In Laravel 9 AJAX
500 Internal Server Error In L...

In this article, we will see 500 internal server errors in laravel 9 ajax. Also, we can see how to solve or fixed l...

Read More

Apr-17-2022

Laravel 9 Form Class Not Found
Laravel 9 Form Class Not Found

In this article, we will fix the laravel 9 form class not found error, many times we have received errors like lara...

Read More

Sep-19-2022

Login with Mobile Number using Laravel Custom Auth
Login with Mobile Number using...

In this tutorial i will show you how to login with mobile number in laravel using Laravel Custom Auth , laravel pro...

Read More

Jun-18-2021