コード例 #1
0
 /**
  * Instantiate the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addBreadcrumbRoute('CMS', 'pages::foundation.dashboard');
 }
コード例 #2
0
 /**
  * Instantiate the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addBreadcrumbRoute('Blog', 'blog::foundation.dashboard');
 }
コード例 #3
0
ファイル: Controller.php プロジェクト: arcanesoft/auth
 /**
  * Instantiate the controller.
  */
 public function __construct()
 {
     parent::__construct();
     $this->addBreadcrumbRoute('Authorization', 'auth::foundation.dashboard');
 }