npm install webpack webpack-dev-server --save-dev 这样 然后执行 node_modules/.bin/webpack-dev-server --inline --hot 就可以了
我是window系统,也遇到这错误
谢谢回复~~~
public function hasRole($role){
if(is_string($role)) { return $this->roles->contains('name',$role); } return $role->intersect($this->roles)->count(); }
这里的$this->role 是哪里来的?
已经提交 等待审核