我在我的 Windows 機(jī)器上安裝了一個(gè)帶有更高版本 PHP (7.2.21) 的新 XAMPP 并將我的 Laravel 項(xiàng)目移到那里。當(dāng)我在我的項(xiàng)目根目錄中運(yùn)行 composer update 時(shí)一切順利,但最后它給出了以下內(nèi)容:Generating optimized autoload files> Illuminate\Foundation\ComposerScripts::postAutoloadDump> @php artisan package:discover --ansiIn Macro.php line 33: Trait 'Carbon\Traits\Mixin' not foundPHP Fatal error: Trait 'Carbon\Traits\Mixin' not found in D:\xampp\htdocs\myproject\vendor\nesbot\carbon\src\Carbon\Traits\Macro.php on line 33Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 255我用谷歌搜索了錯(cuò)誤,但沒(méi)有發(fā)現(xiàn)任何關(guān)于這個(gè)的信息。我錯(cuò)過(guò)了什么?
作曲家更新最終說(shuō) Trait 'Carbon\Traits\Mixin' not found
慕碼人8056858
2021-12-03 14:49:30