melisplatform / melis-demo-cms-twig
A demo Site demonstrating the usage of Twig inside Melis Platform
Installs: 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:melisplatform-module
Requires
- php: ^8.1|^8.3
- melisplatform/melis-cms: ^5.2
- melisplatform/melis-cms-news: ^5.2
- melisplatform/melis-cms-slider: ^5.2
- melisplatform/melis-cms-twig: ^5.2
Suggests
- melisplatform/melis-cms-news: Provides a venue for creating and maintaining news posts inside Melis Platform
- melisplatform/melis-cms-slider: MelisCmsSlider provides a full Slider system for Melis Platform, including templating plugins.
- melisplatform/melis-engine: MelisEngine provides a set of services and classes to access the CMS pages and data.
- melisplatform/melis-front: MelisFront is the engine that displays website hosted on Melis Platform.
This package is auto-updated.
Last update: 2024-11-06 12:04:51 UTC
README
A demo site demonstrating the usage of Twig inside Melis Platform.
Getting Started
These instructions will get you a copy of the project up and running on your machine.
Vhost Configuration
MELIS_MODULE variable (identifies which site will be loaded as the front office for this domain).
We should set this variable with MelisDemoCmsTwig
Vhost should look like this:
<VirtualHost *:80>
DocumentRoot "PATH_DOCROOT/public"
<Directory "PATH_DOCROOT/public">
Options +Indexes +FollowSymLinks +ExecCGI
DirectoryIndex index.php
Order allow,deny
Allow from all
AllowOverride All
Require all granted
</Directory>
ServerName www.mysite.local:80
SetEnv MELIS_PLATFORM "development"
SetEnv MELIS_MODULE "MelisDemoCmsTwig"
</VirtualHost>
Requirements
- composer/installers
- php 7
This will automatically be done when using composer.
Installing
Run the composer command:
composer require melisplatform/melis-demo-cms-twig
Dependencies:
- Melis Front
- Melis Engine
- Melis Cms
- Melis Cms Slider
- Melis Cms News
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