Skip to content
forked from Nerdmind/Blog

Easy blogging application written with pure PHP7! MySQL >= 5.5 required!

License

Notifications You must be signed in to change notification settings

annibuliful/Blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP7 blogging application

Easy blogging application written with pure PHP7! The application comes with a fulltext search functionality for posts and with customizable templates and languages. You can build your own template if the standard template does not satisfy you! You can see the application in action with a custom template on my private blog at blog.nerdmind.de!

Minimalistic standard template

Standard template

Clean administration interface …

Administration interface

… with a nice content editor

Content editor

Installation

  1. Download the repository and extract it to the target directory where it should be installed.
  2. Create your MySQL database and import the database.sql file.
  3. Rename core/configuration-example.php to core/configuration.php and customize the configuration and set in any case the settings for the database connection.
  4. Navigate your browser to /admin/auth.php and authenticate with the default username ChangeMe and the password changeme (please note that the username is case-sensitive).

Wiki

More information about the configuration and customization on the wiki of this repository!

About

Easy blogging application written with pure PHP7! MySQL >= 5.5 required!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.1%
  • CSS 7.9%
  • JavaScript 1.2%
  • ApacheConf 0.8%