Download the PHP package melisplatform/melis-cms-news without Composer
On this page you can find all versions of the php package melisplatform/melis-cms-news. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download melisplatform/melis-cms-news
More information about melisplatform/melis-cms-news
Files in melisplatform/melis-cms-news
Package melis-cms-news
Short Description Melis Platform news module
License OSL-3.0
Homepage https://github.com/melisplatform/melis-cms-news
Informations about the package melis-cms-news
Melis CMS News
Provides a venue for creating and maintaining news posts inside Melis Platform
Getting started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
The following modules need to be installed to have Melis CMS News module run:
- Melis core
- Melis engine
- Melis front
- Melis CMS
Installing
Run the composer command:
Database
Database model is accessible via the MySQL Workbench file:
Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:
Tools and elements provided
- News tool
- Latest news plugin
- News list plugin
- News details plugin
News tool
Provides the user with the basic actions in managing news posts such as:
- Creation
- user can create a news post in the available languages.
- Edition
- user can manage the news post's publish date, titles, contents, or attach post-specific media(images, files, etc.).
- Deletion
- user can delete a news post.
News service
-
This service can be used inside other modules like so:
-
Common methods the service offers are as follows:
- Get news post details: getNewsById(...)
- Get a list of posts: getNewsList(...)
- Delete a post: deleteNewsById(...)
- For a more detailed information on the methods, please visit the file.
Authors
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
License
This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details
All versions of melis-cms-news with dependencies
laminas/laminas-paginator Version ^2.18
melisplatform/melis-core Version ^5.2
melisplatform/melis-engine Version ^5.2
melisplatform/melis-front Version ^5.2
melisplatform/melis-cms Version ^5.2