Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Update README to contain new compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky5991 committed Sep 3, 2019
1 parent 308de6a commit 9962907
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
# laravel-ts3admin
[par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class) integration for Laravel 5.3 and higher
[par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class) integration for Laravel 5.5 and higher

**INFO:** This package uses a singleton to access a **single** ts3admin.class-object. So you currently **can't access multiple TeamSpeak-3-Servers**!

### Supported Laravel Versions

| Laravel Version | Supported |
| --------------- |:---------:|
| 5.3 | :heavy_check_mark: |
| 5.4 | :heavy_check_mark: |
| 5.5 | :heavy_check_mark: |
| 5.6 | :heavy_check_mark: |
| 5.5 - 5.8 | :heavy_check_mark: |
| 6.0 | :heavy_check_mark: |

## Installation

This package will be autodiscovered, so no further setup is needed.

```
composer require micky5991/laravel-ts3admin
```

**If you use Laravel 5.5+ you are already done, otherwise continue:**

Add Service Provider to your `app.php` configuration-file:

```php
Micky5991\laravel_ts3admin\Providers\TeamspeakServiceProvider::class
```

## Configuration

Copy configuration to config-folder:
Expand Down

0 comments on commit 9962907

Please sign in to comment.