oneplace / oneplace-blog
onePlace Blog Module
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Type:oneplace-module
Requires
- php: ^7.1
- oneplace/oneplace-core: ^1.0.0
Requires (Dev)
- laminas/laminas-test: ^3.3.0
- oneplace/oneplace-core: ^1.0.0
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-11-23 12:55:00 UTC
README
Introduction
This is the Blog Module for onePlace Software Framework based on Laminas Project (former Zend Framework)
This modul is based on oneplace-skeleton with a few modification to extend its functionality.
In the /data folder you will find usefull custom sql scripts for adding all sorts of additional fields for this specific Blog module.
Blog Module
This blog module is a starting point for your own onePlace modules. It expands on oneplace-core and uses the onePlace / Laminas MVC layer and module systems.
Installation
The easiest way to install onePlace Blog is via composer
composer require oneplace/oneplace-blog
After installation you can apply a custom sql config.
You simply copy the SQL Code from structure_example_simnple.sql and data_example_simnple.sql and run ist on your database. We also prepared a extended version of a custom SQL config for a better demonstaration of its capability.
Getting started
how to utilize user manager
how to create own modules
Documentation
Documentation will be extended soon.