Skip to content

sasin91/Laravel-TrinityCore-Interactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5 Interactions for TrinityCore.

Installation

Composer

Execute the following command to get the latest version of the package:

composer require sasin91/laravel-tc-interaction

Note, to pull this in you might need to set your minimum stability in composer.json

"minimum-stability":"dev",

Laravel

In your config/app.php add

Sasin91\LaravelInteractions\InteractionServiceProvider::class Sasin91\LaravelTrinityCoreInteractions\TrinityCoreInteractionsServiceProvider::class

to the end of the Package Service Providers array:

'providers' => [
    ...
    Sasin91\LaravelInteractions\InteractionServiceProvider::class,
    Sasin91\LaravelTrinityCoreInteractions\TrinityCoreInteractionsServiceProvider::class,
],

About

Interact with a TrinityCore server through Soap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages