コード例 #1
0
 /**
  * Change default Laravel AuthController.
  */
 private function changeAuthController()
 {
     $this->publishes(EbreescoolngAdminLTE::authController(), 'ebreescoolngadminlte');
 }
コード例 #2
0
 /**
  * Install Auth controller.
  */
 private function installAuthController()
 {
     $this->install(\Insebre\EbreescoolngInstaller\Facades\EbreescoolngAdminLTE::authController());
 }