Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.26 KB

README.markdown

File metadata and controls

36 lines (24 loc) · 1.26 KB

LJAdmin module

Start new admin backends for an application using basic configurations

Description

This Kohana module is designed to act as a scaffold for admin backends. It uses the standard Auth module to distinguish admins from guests. Extending Controller_Admin will secure your admin pages from unwanted visitors.

By default, the File driver is used for simple authentication. Adding users can be done by editing config/auth.php (see Auth module).

This module doesn't provide a full admin layout. For a nice admin theme check here: https://github.com/synapsestudios/kohana-admin-theme.

Used Kohana modules

Disclaimer

I'm not perfect, so don't use this module blindly without knowing what it does. Also, help is always appreciated when it comes to refining the sourcecode.

~ Lieuwe Jan Eilander