Laravel提交到ArticlesController@store
方法时,使用Request::all();
获取表单提交过来的数据报错了。错误如下:
Non-static method Illuminate\Http\Request::all() should not be called statically, assuming $this from incompatible context
Laravel提交到ArticlesController@store
方法时,使用Request::all();
获取表单提交过来的数据报错了。错误如下:
Non-static method Illuminate\Http\Request::all() should not be called statically, assuming $this from incompatible context