コード例 #1
0
ファイル: sessions.php プロジェクト: robriggen/lara_admin
 public function __construct()
 {
     parent::__construct();
     // Our layout will still be instantiated now.
     $this->filter('before', 'auth')->except(array("index", "destroy", "create"));
 }
コード例 #2
0
ファイル: models.php プロジェクト: robriggen/lara_admin
 public function __construct()
 {
     parent::__construct();
     $this->filter('before', 'validate_admin');
 }