melisplatform/melis-design

Installs: 2 343

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 0

Open Issues: 0

Language:JavaScript

Type:melisplatform-module

v5.1.0 2024-02-13 05:36 UTC

README

MelisDesign provides a complete set of designs and web interfaces for Melis Platform to help developpers focus on business logic while having ready-to-use designs.

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:

composer require melisplatform/melis-design

Tools & Elements provided

  • Design Tool

Running the code

All examples provides can be found in the corresponding controllers:
Ex: Booking designs
Controller: /melis-design/src/Controller/BookingsController.php
HTML: /melis-design/view/melis-design/bookings
JS: /melis-design/public/js/bookings

All styles are already included with MelisCore
There is no need to look for CSS. Just find the HTML and JS if needed and start coding a plugin!

Authors

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