How to run a Laravel 7.4 project on laravel 10 and php 8.2?
I got a laravel project to work on but it is 7.4 version and it is not running when I do php artisan serve how can I make this project run on my system?
The composer.lock file is different on the server and local
I’m working on a laravel project.
Unable to set up laravel project with composer because of php version issue
I am on a shared hosting with multiple domains of my own. I bought a new one and specifically for it I was required to use php 8.2 or above. Using MultiPHP manager I did set it to PHP 8.2 (ea-php82) and run the php -v command in the domain’s directory and it said:
PHP 8.2.18 (cli) (built: Apr 18 2024 09:00:42) (NTS)