This repository was archived by the owner on Feb 14, 2021. It is now read-only.
File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
** INFO:** This package uses a singleton to access a ** single** ts3admin.class-object. So you currently ** can't access multiple TeamSpeak-3-Servers** !
5
5
6
6
### Supported Laravel Versions
7
7
8
8
| Laravel Version | Supported |
9
9
| --------------- | :---------:|
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 : |
14
12
15
13
## Installation
16
14
15
+ This package will be autodiscovered, so no further setup is needed.
16
+
17
17
```
18
18
composer require micky5991/laravel-ts3admin
19
19
```
20
20
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
-
29
21
## Configuration
30
22
31
23
Copy configuration to config-folder:
You can’t perform that action at this time.
0 commit comments