Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

techmandan/blog-PHP

Repository files navigation

blog-PHP

THIS IS UNSECURE AND ONLY AVAILABLE AS A PUBLIC ARCHIVE

The code contains known security bugs and shouldn't be used. No maintenance or support should be expected (last real update was >5 years ago at the time of writing)

Blog-php is simple and lightweight blogging software with bootstrap styles.

THE PROJECT IS OUTDATED! PLEASE USE MY BLOG, WHICH WILL BE AVAIBLE SOON

Config is made by text so no more install.php => just upload SQL file to your database and full-fill the names.php and you can make your first blog post.

DEMO HERE

Config

Configuration is easy as on other software, the only bad thing is the reality that it has no graphic settings.

Configuration is made as easy as it can be. There's no need to do a one-hour setup, just edit the file and you are all-set.

demo config(PHP) demo config(JSON)

In JSON demo is missing database

Installation

Composer

You can install easy be pasting
composer require danielbulant/blog-php
to install by composer.

Other

You can also install by downloading from GitHub and just un-zip it to folder where you want the blog to live.

Just don't forget to edit names.php for text on the pages, else the blog will don't work(because there's also settings that are REQUIRED by blog, like SQL).

see wiki