deso-smart/laravel-deso-txns-executor

v0.0.1 2022-08-17 23:23 UTC

This package is not auto-updated.

Last update: 2024-05-11 00:46:17 UTC


README

License Latest Stable Version Total Downloads

Installation

Require this package with composer.

composer require deso-smart/laravel-deso-txns-executor

Laravel >=5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="DesoSmart\DesoTxnsExecutor\PackageServiceProvider" --tag=config