我尝试将laravel 5.0应用程序更新到5.7,并按步骤I移动步骤被错误停止: Call to undefined method Illuminate\Session\Store::getTokenHtmlServiceProvider.php line 51
at CompilerEngine->handleViewException(object(FatalThrowableError), 1) 我找到了一个文件: vendor/illuminateform', function(
在尝试登录时(仅在生产中),我得到了以下错误:
production.ERROR: Sessionstore not set on request.{"userId":1,"exception":"[object] (RuntimeException(code: 0): Sessionstore not set on request. at /app/vendor/laravel/framewo
之后运行以下$vehicle = App\Models\Vehicle::find(1);之后,我得到了第一辆车,但是当我运行$vehicle->type()->attach(1);来附加一个id为1的丰田类型时,我得到了以下错误 BadMethodCallException with message 'Call to undefined method Illuminate/Database/Eloquent/php
use Illuminate</e