| Package Data | |
|---|---|
| Maintainer Username: | Sasin91 |
| Maintainer Contact: | jonas.kerwin.hansen@gmail.com (Jonas Kervin Hansen) |
| Package Create Date: | 2017-01-14 |
| Package Last Update: | 2017-04-14 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 15:01:22 |
| Package Statistics | |
|---|---|
| Total Downloads: | 9 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
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",
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,
],