관리-도구
편집 파일: policy.plain.stub
<?php namespace $NAMESPACE$; use Illuminate\Auth\Access\HandlesAuthorization; class $CLASS$ { use HandlesAuthorization; /** * Create a new policy instance. */ public function __construct() { // } }