Ravindra24.com

How to replace space with dash in Laravel

Question I am developing a project in which i need to make the URLs of pages and when the user submits the title of pages and title’s space should be replaced with “-” so that it can be in correct format such as  how-to-replace-space-with-dash-in-laravel Answer Sometime you might need to replace some thing with any … Read more

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