mblsolutions / link-module-php-laravel
Link Module interface for Laravel PHP applications.
Package info
github.com/mblsolutions/link-module-php-laravel
pkg:composer/mblsolutions/link-module-php-laravel
Requires
- php: ^8.4
- illuminate/support: ^11.0|^12.0
- mblsolutions/link-module-php: ^1.0
- nesbot/carbon: ^2.72.2|^3.0
- spatie/laravel-data: ^4.7
Requires (Dev)
- brianium/paratest: ^7.0
- larastan/larastan: ^3.0
- orchestra/testbench: ^10.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2026-03-05 10:39:01 UTC
README
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.