我在 Laravel4 和权威(https://github.com/machuga/authority-l4)中定义能力有问题。权限配置中的该规则应该有效:
$authority->allow('manage', 'Post', function($self, $post){
// return ($post->sth ... )
});
但问题在于 $post,它始终为空。
我在 Laravel4 和权威(https://github.com/machuga/authority-l4)中定义能力有问题。权限配置中的该规则应该有效:
$authority->allow('manage', 'Post', function($self, $post){
// return ($post->sth ... )
});
但问题在于 $post,它始终为空。