mordic10

276 经验值

只写这个 url => '/articles' 也会出现MethodNotAllowedHttpException

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;']) !!}里面怎么填写传递过来的值呢,

为什么加了验证之后怎么输入啥都添加不上了呢