Upgrading Laravel 10 to Laravel 11: Production Server Environment Upgrades (PHP 8.3/Remi/Nginx) on Rocky Linux 9
Prerequisites and Environment Assessment Before embarking on the Laravel 10 to Laravel 11 upgrade on a production Rocky Linux 9 server, a thorough assessment of the existing environment is paramount. This includes verifying PHP version compatibility, ensuring necessary extensions are available, and understanding the current Nginx and database configurations. Laravel 11 officially requires PHP 8.2 […]