【发布时间】:2021-01-02 02:30:27
【问题描述】:
我只是使用 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 并将图片上传为个人资料图片时,我得到了这个错误
错误异常 stream_get_meta_data() 期望参数 1 是资源,bool 给定 http://fom.test/livewire/message/profile.update-profile-information-form
你可以在这里看到错误:https://flareapp.io/share/v5p9V6mE 我不知道如何解决这个问题,当我在谷歌上找到时,我发现了旧线程。
【问题讨论】: