deso-smart / laravel-deso-txns-executor
Laravel DeSo Txns Executor
v0.0.1
2022-08-17 23:23 UTC
Requires
- php: ^8.1
- illuminate/config: ^9
- illuminate/contracts: ^9
- illuminate/http: ^9
- illuminate/support: ^9
This package is not auto-updated.
Last update: 2024-10-26 02:46:10 UTC
README
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