Download the PHP package melisplatform/melis-cms-prospects without Composer
On this page you can find all versions of the php package melisplatform/melis-cms-prospects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download melisplatform/melis-cms-prospects
More information about melisplatform/melis-cms-prospects
Files in melisplatform/melis-cms-prospects
Package melis-cms-prospects
Short Description Melis Platform prospects module
License OSL-3.0
Homepage https://github.com/melisplatform/melis-cms-prospects
Informations about the package melis-cms-prospects
melis-cms-prospects
MelisCmsProspects provides a full Prospect 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 MelisCms.
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:
Database
Database model is accessible on the MySQL Workbench file:
/melis-cms-prospects/install/sql/model
Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:
/melis-cms-prospects/install/sql
Tools & Elements provided
- Prospects Tool
- Themes Tool
- Melis Templating Prospect Plugin (contact form & management)
- Dashboard item for prospects registration overview
Running the code
MelisCmsProspects Services
MelisCmsProspects provides many services to be used in other modules:
- MelisCmsProspects
Services to retrieve lists of prospects, prospects details and save a new prospect
File: /melis-cms-prospects/src/Service/MelisCmsProspectsService.php
MelisCmsProspects Forms
Forms factories
All Melis CMS News forms are built using Form Factories.
All form configuration are available in the file: /melis-cms-prospects/config/app.tools.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
MelisCmsProspects provides form elements to be used in forms:
- MelisCmsProspectThemeSelect: a dropdown to select a theme
- MelisCmsProspectThemeItemSelect: a dropdown to select a theme item
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-prospects with dependencies
laminas/laminas-mvc-plugin-flashmessenger Version ^1.10
melisplatform/melis-core Version ^5.2
melisplatform/melis-engine Version ^5.2
melisplatform/melis-front Version ^5.2
melisplatform/melis-cms Version ^5.2