Package Data | |
---|---|
Maintainer Username: | melisplatform |
Maintainer Contact: | contact@melistechnology.com (Melis Technology) |
Package Create Date: | 2019-08-13 |
Package Last Update: | 2022-06-22 |
Language: | PHP |
License: | OSL-3.0 |
Last Refreshed: | 2024-11-15 15:21:36 |
Package Statistics | |
---|---|
Total Downloads: | 156 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 8 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Lumen module that handle the request of melisplatform/melis-platform-framework-lumen-demo-tool to display the list of data using a database query with the Zend Database connection configuration and the Zend Service manager
Modules required:
It will automatically be done when using composer
composer require melisplatform/melis-platform-framework-lumen-demo-tool-logic
To use the service provider , just add the line below in the \bootstrap\app.php file in "Register Service Providers" area.
$app->register(\MelisPlatformFrameworkLumenDemoToolLogic\Providers\LumenDemoToolLogicProvider::class)
This module has an example of Lumen route . See routes/web.php
Route::get('/lumen', MelisLumenController::class ."@renderMelisLumen");
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