oc-shopaholic / oc-good-news-plugin

📰 News (blogging) plugin for October CMS

Home Page:https://octobercms.com/plugin/lovata-goodnews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Good News

Build Status Coverage Status MaintainabilityCrowdin SemVer License: GPL v3

Simple blogging plugin for October CMS developed by LOVATA.

Good News Banner

Overview

Good News is a simple and easy-to-use blogging plugin. It's provided free of charge and includes the following set of features:

  • Managing posts
  • Managing categories
  • Adding categories list to the site navigation
  • Adding latest posts block to the page
  • Adding filtered category block to the page

Please note, the architecture of the plugin allows extending the existing methods, fields and other data without interfering with original source code!

The development of Good News plugin is guided by the similar philosophies of October CMS and Unix like operating systems, where the main focus is to create simple microarchitecture solutions that communicate with each other through smart APIs.

One one hand, this approach allows keeping performance, security, and functionality of the code to a high standard. On the other hand, it provides a clean and smooth back-end UI/UX that isn't over-bloated with the features.

Installation

Regardless of the installation type you choose, you must install Toolbox plugin, which is a required dependency for Shopaholic.

Artisan

Using the Laravel’s CLI is the fastest way to get started. Just run the following commands in a project’s root directory:

php artisan plugin:install lovata.toolbox
php artisan plugin:install lovata.goodnews

Documentation

The complete official documentation of the ecosystem can be found here.

Quality standards

We ensure the high quality of our plugins and provide you with full support. All of our plugins have extensive documentation. The quality of our plugins goes through rigorous testing, we have launched automated testing for all of our plugins. Our code conforms with the best writing and structuring practices. All this guarantees the stable work of our plugins after they are updated with new functionality and ensures their smooth integration.

Get involved

If you're interested in the improvement of this project you can help in the following ways:

  • bug reporting and new feature requesting by creating issues on plugin GitHub page;
  • contribution to a project following these instructions;
  • localization to your language using Crowdin service.

Let us know if you have any other questions, ideas or suggestions! Just drop a line at octobercms@lovata.com.

License

© 2019, LOVATA Group, LLC under GNU GPL v3.

Developed by Andrey Kharanenka.

About

📰 News (blogging) plugin for October CMS

https://octobercms.com/plugin/lovata-goodnews

License:GNU General Public License v3.0


Languages

Language:PHP 88.2%Language:HTML 11.8%