TAGS : PHP

How to Uninstall XAMPP in Ubuntu using Terminal

In this article, we will focus on uninstalling XAMPP from an Ubuntu system using the terminal. XAMPP is a popular software package that provides a local development environment for web developers....

PHP Other

How to Install Apache with PHP-FPM on Ubuntu

In this article, we will explore the process of configuring Apache with PHP-FPM (FastCGI Process Manager) on Ubuntu. PHP-FPM is a FastCGI implementation for PHP that provides better performance and...

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

RECOMMENDED POSTS

FEATURE POSTS