dev-master
9999999-devLaravel 5 - Interactions for communicating with a TrinityCore server.
MIT
The Requires
The Development Requires
by Jonas Kervin Hansen
laravel tc interaction trinitycore
Wallogit.com
2017 © Pedro Peláez
Laravel 5 - Interactions for communicating with a TrinityCore server.
Execute the following command to get the latest version of the package:, (*1)
composer require sasin91/laravel-tc-interaction
Note, to pull this in you might need to set your minimum stability in composer.json ```composer.json "minimum-stability":"dev",, (*2)
### Laravel In your `config/app.php` add `Sasin91\LaravelInteractions\InteractionServiceProvider::class` `Sasin91\LaravelTrinityCoreInteractions\TrinityCoreInteractionsServiceProvider::class` to the end of the `Package Service Providers` array: ```php 'providers' => [ ... Sasin91\LaravelInteractions\InteractionServiceProvider::class, Sasin91\LaravelTrinityCoreInteractions\TrinityCoreInteractionsServiceProvider::class, ],
Laravel 5 - Interactions for communicating with a TrinityCore server.
MIT
laravel tc interaction trinitycore