ghastly / admin
An admin plugin for Ghastly
v0.1.0
2014-04-05 01:20 UTC
Requires
- ghastly/plugin-installer: @dev
This package is not auto-updated.
Last update: 2026-03-14 23:33:43 UTC
README
A simple admin panel for Ghastly.
Installation
Add "ghastly/admin" : "dev-master" to your blogs composer.json. Add archive to your list of installed plugins in config.php and configure it.
Example config.php
'archive',
'rss',
'admin'=>array(
'username'=>'myuser',
'password'=>'mypass'
)
),```
Go to `http://localhost/admin` to start writing