只写这个 url => '/articles' 也会出现MethodNotAllowedHttpException
是的,指定method为post了https://gitee.com/RM_TRJ/codes/qno0pd9mwfe78slbtigxz55
https://gitee.com/RM_TRJ/codes/7xqdr8z1k06emnaotus4h90
Route::resource('articles', 'ArticleController');使用这种路由规则,在执行store方法的时候出现MethodNotAllowedHttpException,有木有人碰到过呢
为啥我的password输入框加了样式但是页面上没显示出有样式{!! Form::password('password', null, ['class'=>'form-control','placeholder'=>'password']) !!},然后提交注册的时候出现The password confirmation does not match.是啥情况呢
怎么解决的呢,请教下
published_at没通过验证. 那个{!! Form::input('date', 'published_at', date('Y-m-d'),['class'=>'form-control','style'=>'width:500px;']) !!}里面怎么填写传递过来的值呢,
为什么加了验证之后怎么输入啥都添加不上了呢