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

v0.1.0 2014-04-05 01:20 UTC

This package is not auto-updated.

Last update: 2024-03-16 13:05:12 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