orchidcommunity / Remote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orchid Remote

Experimental Server for Orchid Integrator

Installation

install package

composer require orchid/remote

edit config/app.php service provider :

 Orchid\Remote\Providers\RemoteServiceProvider::class

Add services:

add remote config/services

'integrator' => [
    'service1' => [
        'url' => 'http://localhost:8000',
        'key' => 'secret-key',
        'icon' => 'icon-energy',
        'name' => 'Demo'
    ],
],

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 57.0%Language:HTML 43.0%