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

Commit 9962907

Browse files
committed
Update README to contain new compatibility table
1 parent 308de6a commit 9962907

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
# laravel-ts3admin
2-
[par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class) integration for Laravel 5.3 and higher
2+
[par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class) integration for Laravel 5.5 and higher
33

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

66
### Supported Laravel Versions
77

88
| Laravel Version | Supported |
99
| --------------- |:---------:|
10-
| 5.3 | :heavy_check_mark: |
11-
| 5.4 | :heavy_check_mark: |
12-
| 5.5 | :heavy_check_mark: |
13-
| 5.6 | :heavy_check_mark: |
10+
| 5.5 - 5.8 | :heavy_check_mark: |
11+
| 6.0 | :heavy_check_mark: |
1412

1513
## Installation
1614

15+
This package will be autodiscovered, so no further setup is needed.
16+
1717
```
1818
composer require micky5991/laravel-ts3admin
1919
```
2020

21-
**If you use Laravel 5.5+ you are already done, otherwise continue:**
22-
23-
Add Service Provider to your `app.php` configuration-file:
24-
25-
```php
26-
Micky5991\laravel_ts3admin\Providers\TeamspeakServiceProvider::class
27-
```
28-
2921
## Configuration
3022

3123
Copy configuration to config-folder:

0 commit comments

Comments
 (0)