Download the PHP package melisplatform/melis-cms-slider without Composer
On this page you can find all versions of the php package melisplatform/melis-cms-slider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download melisplatform/melis-cms-slider
More information about melisplatform/melis-cms-slider
Files in melisplatform/melis-cms-slider
Package melis-cms-slider
Short Description Melis Platform slider module
License OSL-3.0
Homepage https://github.com/melisplatform/melis-cms-slider
Informations about the package melis-cms-slider
melis-cms-slider
MelisCmsSlider provides a full Slider system for Melis Platform, including templating plugins.
Getting Started
These instructions will get you a copy of the project up and running on your machine.
This Melis Platform module is made to work with the MelisCore.
Prerequisites
You will need to install melisplatform/melis-cms in order to have this module running.
This will automatically be done when using composer.
Installing
Run the composer command:
See Full documentation on Melis CMS Slider here
Database
Database model is accessible on the MySQL Workbench file:
/melis-cms-slider/install/sql/model
Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:
/melis-cms-slider/install/sql
Tools & Elements provided
- Slider Tool
- Melis Templating Slider Plugin (SliderShow)
- News with Sliders when MelisCmsNews Module is installed
Running the code
MelisCmsSlider Services
MelisCmsSlider provides many services to be used in other modules:
- MelisCmsNewsService
Services to retrieve lists of sliders, slider details and save sliders
File: /melis-cms-slider/src/Service/MelisCmsSliderService.php
MelisSlider Forms
Forms factories
All Melis CMS Slider forms are built using Form Factories.
All form configuration are available in the file: /melis-cms-slider/config/app.forms.php
Any module can override or add items in this form by building the keys in an array and marge it in the Module.php config creation part.
Forms elements
MelisCmsSlider provides form elements to be used in forms:
- CmsSliderSelect: a dropdown to select a slider
Listening to services and update behavior with custom code
Most services trigger events so that the behavior can be modified.
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-slider with dependencies
melisplatform/melis-core Version ^5.2
melisplatform/melis-engine Version ^5.2
melisplatform/melis-front Version ^5.2
melisplatform/melis-cms Version ^5.2