ghastly / admin
An admin plugin for Ghastly
Installs: 65
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:ghastly-plugin
Requires
- ghastly/plugin-installer: @dev
This package is not auto-updated.
Last update: 2024-12-21 17:27:38 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