TAGS : PHP

How to Install PHP 8 on Ubuntu

In this article, we'll guide you through the process of installing PHP 8 on your Ubuntu system. PHP 8, the latest major release of the PHP programming language, introduces significant performan...

PHP

Laravel 10 Datatable Date Range Filter using AJAX

In this article, I will demonstrate how to implement a date range filter for DataTables in Laravel 10 using AJAX.

DataTables is a powerful jQuery plugin that allows you to enhance the fun...

Laravel PHP jQuery

How to Upgrade PHP 8.1 to 8.2 in Ubuntu

In my Ubuntu development environment, keeping up with the latest PHP versions is essential to leverage the new features, improvements, and security enhancements introduced in each release. Recently...

PHP

How to Read XML File in Laravel 10

In my Laravel 10 development journey, I often encountered scenarios where I needed to read and extract data from XML files. While there are several packages available for XML parsing in Laravel, I...

Laravel PHP

How To Prevent Back Button In Laravel 10

In my Laravel development journey, I encountered a common challenge - dealing with the back button functionality. When users navigate through our web applications and use the back button, it can le...

Laravel PHP

Laravel 10 HTTP cURL POST Request With Header

In this article, we will see the laravel 10 HTTp cURL POST request with a header. Here, we will learn about how to send HTTP POST requests using cURL in laravel 10. cURL is a compute...

Laravel PHP

Laravel 10 CKEditor Image Upload Example

In this article, we will see how to image upload in CKEditor with laravel 10. Here, we will learn about image upload in CKEditor with laravel 10. CKEditor is a WYSIWYG rich text editor wh...

Laravel PHP

How To Add Loader In HTML Page In jQuery

In this article, we will see how to add a loader in html page in jquery. Here, we will learn about adding a loading spinner before submitting the Ajax call in jquery. In Ajax calls when you ca...

Laravel PHP jQuery

Laravel 10 REST API With Passport Authentication

In this article, we will see the laravel 10 REST API with passport authentication. Here, we will learn about how to create REST API in laravel 10 and laravel 11. Also, we will perfor...

Laravel PHP

Laravel 10 AJAX File Upload With Progress Bar

In this article, we will see the laravel 10 Ajax file upload with a progress bar. Here, we will learn about how to file upload with a progress bar using Ajax in laravel 10 and laravel 11. when...

Laravel

RECOMMENDED POSTS

FEATURE POSTS