将 laravel从 5.1 升级到 5.8,工匠命令在 laravel 5.1 中不起作用



我有一个在 laravel 5.1 中开发的项目,现在客户想要一些更新,他想将 laravel 版本升级到 5.8,但要添加一些新功能,但这是第 2 个问题第 1 个问题,该终端在运行时抛出each错误php srtisan

C:xamppzerodocs>php artisan

[ErrorException]
The each() function is deprecated. This message will be suppressed on further calls

PHPeach()函数在 PHP 7.2 中被弃用。 您似乎使用的是 PHP 7.2 或更高版本。您需要按照升级指南并使用作曲家从Laravel5.1升级到5.8。

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

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

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

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

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

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

或者,您需要切换到兼容的PHP版本(例如,Laravel 5.1文档中提到的PHP>= 5.5.9)才能使用该应用程序。

相关内容

  • 没有找到相关文章