danielbulant/blog-php

This package is abandoned and no longer maintained. No replacement package was suggested.

An easy blogging software made with php and MySQLi

dev-master 2023-03-14 19:25 UTC

This package is not auto-updated.

Last update: 2023-03-18 21:21:07 UTC


README

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