Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用laravel 5.8并尝试使用Form,当我加载页面时它输出错误:class Form not found. 有没有办法在version 5.8我搜索解决方案时解决这个问题,我能找到的只是其他版本的修复。
laravel 5.8
Form
class Form not found
version 5.8
谢谢!
我想你想使用 LaravelCollective Form。如果是这样,您必须使用作曲家添加它。在此处查看文档。