Download the PHP package melisplatform/melis-platform-framework-laravel without Composer
On this page you can find all versions of the php package melisplatform/melis-platform-framework-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download melisplatform/melis-platform-framework-laravel
More information about melisplatform/melis-platform-framework-laravel
Files in melisplatform/melis-platform-framework-laravel
Package melis-platform-framework-laravel
Short Description Melis Platform Frameworks Laravel
License OSL-3.0
Homepage https://github.com/melisplatform/melis-platform-framework-laravel
Informations about the package melis-platform-framework-laravel
melis-platform-framework-laravel
This laravel service provides a connection to the Laminas application enabling access to the Service and Event Manager and Database connection configuration of the application.
Prerequisites
This module requires:
- melisplatform/melis-core:^3.1
- laravel/framework:^6.0
It will automatically be done when using composer.
Installing
Service Providers
Activating the Service provider by just adding to the config/app.php
file in the
Service Providers section.
Usage
Below is an example of direct calling a Model in laravel controller
Where to find Melis Services
-
Melis Services are found inside each Melis Modules and these melis modules can be found by following the path below.
-
Inside each Melis Module you can find module.config.php in the config folder.
The module.config.php contains an array keys called aliases and factories under service_manager. - The array keys inside aliases or factories can be called in Laravel framework using the MelisServiceProvider.
Authors
- Melis Technology - www.melistechnology.com
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
All versions of melis-platform-framework-laravel with dependencies
melisplatform/melis-platform-frameworks Version ^5.2
fideloper/proxy Version ^4.4
laravel/framework Version ^9.52
laravel/tinker Version ^2.9
laravelcollective/html Version ^6.4
nwidart/laravel-modules Version ^9.0
fruitcake/laravel-cors Version ^3.0
guzzlehttp/guzzle Version ^7.8
laravel/sanctum Version ^3.3
nunomaduro/collision Version ^7.10
spatie/laravel-ignition Version ^1.0
laravel/sail Version ^1.27