2017 © Pedro Peláez
 

library laravel-tc-interaction

Laravel 5 - Interactions for communicating with a TrinityCore server.

image

sasin91/laravel-tc-interaction

Laravel 5 - Interactions for communicating with a TrinityCore server.

  • Friday, April 14, 2017
  • by Sasin91
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5 Interactions for TrinityCore.

Installation

Composer

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, ],

The Versions

14/04 2017

dev-master

9999999-dev

Laravel 5 - Interactions for communicating with a TrinityCore server.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jonas Kervin Hansen

laravel tc interaction trinitycore