简体   繁体   中英

Laravel 5.5 to Laravel 6.0

I want to upgrade the version our the laravel project from 5.5.46 to 6.* It is possible to upgrade it? also the php version is still 7.0,.. how it upgrade it to php 7.4? thanks,. Anyone have experience of this and can hep me?

You should upgrade step by step if you want everything gonna be ok, first since 5.5 > 5.6, then, upgrade 5.6 > 5.7. Some updates have a high impacts changes. Here is the official guide to upgrade your App:

https://laravel.com/docs/5.5/upgrade

Upgrade the Laravel version need to take care of following things:

Please review the upgrade guide docs: https://laravel.com/docs/5.5/upgrade

For Compare the version code
https://github.com/laravel/laravel/compare/5.7...5.8

Compare your laravel version with new desired version for double sure. All thigs are working properly.

You can check and switch the php version which you want for double sure. How can I easily switch between PHP versions on Mac OSX?

If you have phpunit test case then run that test case for double sure. if something is breaking then you align and all test case pass.

Cheers you are on new php and new laravel version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM