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

Melis Platform Framework Lumen Demo Tool Logic module
156
1
8
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-04-18 15:26:29
Package Statistics
Total Downloads: 156
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 8
Total Forks: 0
Total Open Issues: 0

melis-platform-framwork-lumen-demo-tool-logic

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

Prerequisites

Modules required:

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

It will automatically be done when using composer

Installing

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

Service Providers

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)

Route

This module has an example of Lumen route . See routes/web.php


Route::get('/lumen', MelisLumenController::class ."@renderMelisLumen");

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