我只是使用 Laravel Installer 安装 Laravel 8 的 JetStream LiveWire
Laravel new FoM
和
composer require laravel/jetstream
接着
php artisan jetstream:install livewire
就像 Laravel 8 的纪录片所说的 https://laravel.com/docs/8.x/authentication
但是当我尝试 /dashboard 并将图片上传为个人资料图片时,我收到了这个错误
ErrorException stream_get_meta_data() 期望参数 1 是资源,bool 给定 http://fom.test/livewire/message/profile.update-profile-information-form
你可以在这里看到错误:https ://flareapp.io/share/v5p9V6mE 我不知道如何解决这个问题,当我在谷歌上找到时,我只是找到了旧线程。