Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 503 Bytes

admin.gettingstarted.md

File metadata and controls

14 lines (10 loc) · 503 Bytes

Getting Started

  1. Fetch the admin template submodule

     cd MODPATH/kohana-admin
     git submodule update
    
  2. Enable the admin module in bootstrap.php

  3. Copy MODPATH/kohana-admin/config/admin.php to the application folder

  4. Modify APPPATH/config/admin.php to create the desired navigation menu

  5. Copy MODPATH/A2/config/a2.php to APPPATH/config/auth.php and modify accordingly

  6. Set up the desired authentication library and user model

  7. Go to myhost/admin in a web browser and log in