CATEGORIES : PHP

How to Upgrade PHP 8.2 to 8.3 in Ubuntu

Keeping your PHP version up to date is essential for taking advantage of new features, performance improvements, and security updates. If you're using PHP 8.2 and want to upgrade to PHP 8.3 on...

PHP

How to Check Date is Past in Laravel 11 Carbon

In this article, we will explore how to check if a date is in the past using Laravel Carbon. We’ll provide a simple example of using Carbon's isPast() method to determine whether a given...

Laravel PHP

Laravel 11 Add Chart to PDF Using html2canvas

Hello, laravel web developers! In this article, we'll see laravel 11 add chart to pdf using html2canvas. Here, we'll use echart.js for the bar chart and install the dompdf composer pac...

Laravel PHP jQuery

Laravel 11 Add or Remove Multiple Input Fields with jQuery

Hello, laravel web developers! In this guide, we'll see how to add or remove multiple input fields in laravel 11 using jQuery. we'll create a dynamic add/remove more input fi...

Laravel PHP

How to Convert HTML to Excel using table2excel

Hello, web developers! In this article, we'll see how to convert HTML to Excel using table2excel, Here, we'll export the HTML table to Excel in jQuery. Here, we'll use the table2ex...

Laravel PHP HTML

Laravel 11 Special Characters Not Allowed Validation

Hello, laravel web developers! In this article, I'll show you how to validate input fields in Laravel 11 to ensure that special characters are not allowed. Sometimes, we need to make sure that...

Laravel PHP

10 Digit Phone Number Validation in jQuery

In this article, I'll show you how to validate phone numbers using jQuery. We'll explore different methods for validating phone numbers in PHP with jQuery. Specifically, we'll look at a...

Laravel PHP jQuery

How to Install Multiple PHP Versions on Ubuntu 22.04

Hello, developers! In this article, we'll see how to install multiple php versions on Ubuntu 22.04. Here, we'll install multiple PHP versions in the Ubuntu 23.04 version. We will...

PHP

Dependent Dropdown Using Ajax Laravel 11 Example

Hello, laravel web developers! In this, we'll see how to create a dependent dropdown using Ajax Laravel 11. Here, we'll see the country state city dropdown laravel 11 using Ajax. jQuery Aja...

Laravel PHP jQuery

Laravel 11 Send Email with Attachment Example

Hello developers! In this guide, we'll explore how to send emails with attachments in Laravel 11. We'll learn how to attach various file types such as images, PDFs, CSVs, ZIPs, and more. Le...

Laravel PHP

RECOMMENDED POSTS

FEATURE POSTS