Official Link Module interface for Laravel PHP applications.
The recommended way to install Simfoni PHP Laravel is through Composer.
composer require mblsolutions/link-module-php-laravel
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
\MBLSolutions\LinkModuleLaravel\LinkModuleServiceProvider::class,
To import the default Simfoni configuration file into laravel please run the following command
php artisan vendor:publish --provider="MBLSolutions\LinkModuleLaravel\LinkModuleServiceProvider"
A new config file will be available in config/simfoni.php - Please ensure you update these configuration items with details provided by Redu Retail.