mblsolutions/link-module-php-laravel
Link Module interface for Laravel PHP applications.
3,974
| Install | |
|---|---|
composer require mblsolutions/link-module-php-laravel |
|
| Latest Version: | v1.1.0 |
| PHP: | ^8.4 |
| License: | proprietary |
| Last Updated: | Jul 20, 2026 |
| Links: | GitHub · Packagist |
Maintainer: hayleyberryl2s
link-module-php-laravel
Official Link Module interface for Laravel PHP applications.
Contents
Installation
The recommended way to install Simfoni PHP Laravel is through Composer.
composer require mblsolutions/link-module-php-laravel
Laravel without auto-discovery
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
\MBLSolutions\LinkModuleLaravel\LinkModuleServiceProvider::class,
Configuration
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.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
628,058,007
9,707