Skip to content

stefanverweij/laravelrpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

# composer
composer require thiagof/laravel-jsonrpc
# laravel config
php artisan config:publish thiagof/laravel-jsonrpc

Configuration

# app/config/app.php
# include the provider
'providers' => array(
    [...]
    'Thiagof\JsonRPC\JsonRPCServiceProvider',
);

About

JsonRPC client/server Providers for Laravel 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%