LaravelPackages.net
Acme Inc.
Toggle sidebar
melisplatform/melis-platform-framework-laravel-demo-tool

Melis Platform Frameworks Demo Tool

370
1
v5.2.0
About melisplatform/melis-platform-framework-laravel-demo-tool

melisplatform/melis-platform-framework-laravel-demo-tool is a Laravel package for melis platform frameworks demo tool. It currently has 1 GitHub stars and 370 downloads on Packagist (latest version v5.2.0). Install it with composer require melisplatform/melis-platform-framework-laravel-demo-tool. Discover more Laravel packages by melisplatform or browse all Laravel packages to compare alternatives.

Last updated

melis-platform-framework-laravel-demo-tool

This demo tool has for goal to show how you can use the framework Laravel inside Melis Platform, so you're not locked on ZF.

Prerequisites

This module requires ``melisplatform/melis-platform-frameworks`. It will automatically be done when using composer.

Installing

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

Configuration

This module is also configured to access the Laravel 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' => [
        '/Laravel/public/index.php'
     ],
   ],
   ...
]

the application 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 file for details

Star History Chart