Development of my own blog system in php.
- PHP: OC_Blog requires PHP version 7.1 or greater.
- MySQL: for the database.
- Composer: to install the dependencies.
You can also download the OC_Blog source directly from the Git clone:
git clone https://github.com/zohac/OC_Blog.git
cd OC_Blog
composer update
Setting up the database by importing the blog.sql file (in the /app/Config/ folder). Update the /app/Config/config.xml file accordingly.
Then register to the address /registration. The first registered user gets the Administrator role, the next ones will have the Subscriber role.
Remember to give write permissions in the /web/upload folder.
- Twig: https://twig.symfony.com/
- swiftmailer: https://swiftmailer.symfony.com/
Bug reports and feature requests can be submitted on the Github Issue Tracker
Simon JOUAN https://p5.jouan.ovh
