jjzjj

UserPolicy

全部标签

php - UserPolicy 类不存在(查看 : F:\xampp\htdocs\gates_policies\resources\views\home. blade.php)

这是我的AuthServiceProvider文件,'App\Policies\ModelPolicy',User::class=>UserPolicy::class,];/***Registeranyauthentication/authorizationservices.**@returnvoid*/publicfunctionboot(){$this->registerPolicies();Gate::define('display_msg','UserPolicy@display');}}在我的blade文件中,我尝试显示“HelloWorld”,前提是用户在Laravel中使