This repository was archived by the owner on Feb 14, 2021. It is now read-only.
File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
Laravel integration for [ par0noid's ts3admin.class] ( https://github.com/par0noid/ts3admin.class )
3
3
4
4
#### Installation
5
+ 1 . Add this git repository to your ` composer.json ` : ` composer config repo.laravel-ts3admin git https://github.com/Micky5991/laravel-ts3admin `
6
+ 2 . ` composer require micky5991/laravel-ts3admin `
7
+ 3 . Add Service Provider to your ` app.php ` configuration-file:
8
+ ``` php
9
+ Micky5991\laravel_ts3admin\Providers\TeamspeakServiceProvider::class
10
+ ```
11
+ 4 . Copy configuration to config-folder: ` php artisan vendor:publish `
5
12
6
- 1 . Require composer package:
13
+ _ If you only want to publish this package:_ ` php artsan vendor:publish --provider=Micky5991\laravel_ts3admin\Providers\TeamspeakServiceProvider `
14
+ > Adding a repository to your ` composer.json ` is only needed as long this package is not available at [ Packagist.org] ( https://packagist.org/ ) !
7
15
8
- ` composer require micky5991\laravel-ts3admin `
16
+ ##### Remove repository from ` composer.json `
9
17
10
- 2 .
18
+ 1 . ` composer config --unset repo.laravel-ts3admin `
Original file line number Diff line number Diff line change 8
8
"par0noid/ts3admin" : " dev-composer" ,
9
9
"laravel/framework" : " ^5.3"
10
10
},
11
- "version" : " 0.0.1 " ,
11
+ "version" : " 0.0.2 " ,
12
12
"autoload" : {
13
13
"psr-4" : {
14
14
"Micky5991\\ laravel_ts3admin\\ " : " src"
You can’t perform that action at this time.
0 commit comments