【发布时间】:2018-02-22 14:45:15
【问题描述】:
This is the mean problem
I have controllers structures like this
And i am using this syntax to make routes which is worked good for me
Updating form is
{{ Form::open(array('method'=>'POST','route' => ['categories.update', $category->id])) }}
i got this error
Any Solution ??
【问题讨论】:
标签: laravel laravel-5.6