#Downgrade from Laravel 11 to 10
2 messages · Page 1 of 1 (latest)
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..