hitomtao
Results
2
comments of
hitomtao
Thank you very much for the reply. had installed successfully, though some strange issue. like CI, and like your project.
strange, how to modify route /admin to redirect to login page? i modified the Admin\Controllers home/index method to: ` public function index() { if (! $this->isAuthorized()) { return redirect()->to('/auth/login'); }...