Since laravel 6, all updates in 6.x are none breaking. Therefor you can just upgrade without having to do anything
Personally I prefer to upgrade all my minor upgrades at the same time
composer update
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I plan to update my first laravel project. It's just a small application and I want to update from version 6.17 to 6.18. What is the basic procedure to make a minor update can someone give me advise?
Edit: I already tried to find general information on stackoverflow and also consultated the documentation. But there are only specific version hints and no general procedure. Furthermore I know I have to use composer. But how ? Just change the laravel/framework value to the new version inside composer.json and run composer update? Is this all?
Since laravel 6, all updates in 6.x are none breaking. Therefor you can just upgrade without having to do anything
Personally I prefer to upgrade all my minor upgrades at the same time
composer update
Please or to participate in this conversation.