Ravindra24.com

PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.2”. You are running 7.3.2.

PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.2”. You are running 7.3.2. Question : I am working on a Laravel project and when i made a zip file of this project and uploaded into the web hosting of Linux server and it started to show … Read more

How to downgrade php version in xampp?

In this post i am going to tell that how can we downgrade or upgrade our XAMPP version on out local computer. Let’s suppose you have installed XAMPP version 8 in your computer system and now you want to downgrade it to XAMPP version to 7.3, to do this you need to follow the given … Read more

How to make Sticky elements using HTML and CSS

Learn how to make sticky elements using HTML and CSS Some times you might need to make a element sticky such as social media icons, contact numbers, email address or sticky header that usually comes when the user scroll the page toward down. Making sticky element can be done by using CSS properties. There is … Read more