#Downgrade from Laravel 11 to 10

2 messages · Page 1 of 1 (latest)

fast gyro
#

Does anyone have a guide or something to downgrade a project from 11 to 10? I initially made the project using laravel 11 and php 8.3. But I wasnt aware that the company's demo server runs php 8.1. So I must downgrade it.

Im checking the upgrade guide from 10 to 11 to try to reverse it

vague kestrel
#

Why not also install a newer PHP version? You can in fact run multiple PHP versions, so one app using PHP 8.1, the other using 8.2 or newer.
Going back to Laravel 10 just seems like a bad idea. Laravel 10 is EOL, so there's a security risk running that. PHP 8.1 is also going to be EOL rather soon. So by downgrading an app to an EOL version you're explicitly introducing technical debt before the project has even started..