文件名称:laracon2019:我的Laracon US 2019演讲的源代码
文件大小:309KB
文件格式:ZIP
更新时间:2024-03-30 10:08:49
PHP
拉拉Kong美国2019年 1.实施查看政策 添加新的用户策略( php artisan make:policy UserPolicy ) public function view ( User $ user , User $ other ) { return $ user -> club_id === $ other -> club_id || $ user -> buddies -> contains ( $ other ); } -> get () -> filter ( function ( $ user ) { return Auth :: user ()-> can ( 'view' , $ user ); }) 创建“ visibleTo”用户模型范围: public function scopeVisibleTo ( $ query , User $