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

Commit 305f22e

Browse files
author
Francesco Paolocci
committed
Updated readme and increased version-number
1 parent 0fbe156 commit 305f22e

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
Laravel integration for [par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class)
33

44
#### 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`
512

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/)!
715
8-
`composer require micky5991\laravel-ts3admin`
16+
##### Remove repository from `composer.json`
917

10-
2.
18+
1. `composer config --unset repo.laravel-ts3admin`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"par0noid/ts3admin": "dev-composer",
99
"laravel/framework": "^5.3"
1010
},
11-
"version": "0.0.1",
11+
"version": "0.0.2",
1212
"autoload": {
1313
"psr-4": {
1414
"Micky5991\\laravel_ts3admin\\": "src"

0 commit comments

Comments
 (0)