melisplatform / melis-platform-framework-lumen-demo-tool by melisplatform

Melis Platform Code Example Lumen module
180
1
7
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-04-18 15:26:35
Package Statistics
Total Downloads: 180
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 7
Total Forks: 0
Total Open Issues: 0

melis-platform-framework-lumen-demo-tool

This module provides a simple tool inside melis-platform that display the content of Lumen.

Prerequisites

This module requires melisplatform/melis-platform-frameworks in order to have this module running. This will automatically be done when using composer.

Installing

composer require melisplatform/melis-platform-framework-lumen-demo-tool

Configuration

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.

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