#How to update a partially complete laravel 11 sail project to laravel 12 in a safe manner

8 messages · Page 1 of 1 (latest)

pliant atlas
#

Hi I have a partially complete laravel 11 project running on sail, with a bunch of 3rd party libraries. I want to update the laravel core to 12 but kinda scared to break something. What is the best approach for updating.

New to both laravel and docker

odd quartz
steep bronze
#

I’ve done Laravel/Docker upgrades.
I use Sail, Composer, Pest daily.
I'll upgrade step-by-step, safely.
You using custom service providers?

pliant atlas
#

Yes using a couple of custom service providers

odd quartz
#

Not sure what service providers have to do with it, as they don't affect upgrading?

pliant atlas
pliant atlas
odd quartz