问答详情
源自:2-4 Laravel-通过表单实现新增及操作状态提示功能

数据创建后,不能跳转到student/index页面,报驱动files错误

create完成后(执行save后数据库中有该条数据),但跳转到student/index页面报错 InvalidArgumentException in Manager.php line 90: Driver [files] not supported.驱动怎么还报错了呢

提问者:天女无痕 2018-04-06 12:44

个回答

  • MGGJ
    2018-04-07 04:25:56

    :Manager.php文件第90行 有无效数组

    是不是参数名称什么的拼错了?

    你再查一查 不然贴个代码出来?