使用输入文件保存时出现此错误。文件已上传,但我在保存过程中得到了这个。
Allowed memory size of 134217728 bytes exhausted (tried to allocate 94 bytes) in ...vendor/laravelbook/ardent/src/LaravelBook/Ardent/Ardent.php
文件大小仅为 24kb。而代码只是一个典型的雄辩填充。过程如下:
从输入中获取文件,移动到存储位置并为其在数据库中的文件路径进行插入。更新目标 eloquent 模型的文件 id。
我在用着:
"laravelbook/ardent": "v2.4.2"