ghastly/admin

An admin plugin for Ghastly

Maintainers

Package info

github.com/GhastlyBlog/Admin

Type:ghastly-plugin

pkg:composer/ghastly/admin

Statistics

Installs: 66

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

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