Recommend this page to a friend! |
Classes of Fabrice Fesch | Melis PHP Platform Skeleton | README.md | Download |
|
DownloadMelis Platform SkeletonThe skeleton of Melis Platform. This is the package you need to use to start a setup of Melis Platform. Requirements
HTTP server & vhost configurationSetup a virtual host that points to the public/ directory of the project. Add the MELIS_PLATFORM (identifies your platform when having multiple environments like local/preprod/prod) and MELIS_MODULE (identifies which site will be loaded as the front office for this domain) variable. Vhost should look like this:
If you are using Windows, you might want to add the following lines in your vhost to ensure that downloads of modules through composer can be managed by PHP. Be aware that running composer through PHP (setup, marketplace, updates) requires memory and space.
Installation
ContributingPlease note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Feel free to fork the project, create a feature branch, and send us a pull request! Authors
See also the list of contributors who participated in this project. LicenseThis project is licensed under the OSL-3.0 License - see the LICENSE file for details |