Package Data | |
---|---|
Maintainer Username: | melisplatform |
Package Create Date: | 2019-08-13 |
Package Last Update: | 2023-05-24 |
Language: | PHP |
License: | OSL-3.0 |
Last Refreshed: | 2024-11-15 15:21:37 |
Package Statistics | |
---|---|
Total Downloads: | 180 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 7 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This module provides a simple tool inside melis-platform that display the content of Lumen.
This module requires melisplatform/melis-platform-frameworks in order to have this module running. This will automatically be done when using composer.
composer require melisplatform/melis-platform-framework-lumen-demo-tool
This module is also configured to access the Lumen framework inside the directory of /thirdparty
by just adding the data to the array inside config/module.config.php file :
return [
'third-party-framework' => [
'index-path' => [
'/Lumen/public/index.php'
]
],
...
]
The module will determine the execution of the third party by providing the path of the index.php
file.
See also the list of contributors who participated in this project.
This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details