Skip to content

orchidcommunity/Remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published