This is the standalone Links module from the Vanilo E-commerce framework
(As Standalone Component)
composer require vanilo/links
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Links\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
See the Vanilo Links Documentation for more details.