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

Commit

Permalink
Updated readme and increased version-number
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Paolocci committed Jan 8, 2017
1 parent 0fbe156 commit 305f22e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
Laravel integration for [par0noid's ts3admin.class](https://github.com/par0noid/ts3admin.class)

#### Installation
1. Add this git repository to your `composer.json`: `composer config repo.laravel-ts3admin git https://github.com/Micky5991/laravel-ts3admin`
2. `composer require micky5991/laravel-ts3admin`
3. Add Service Provider to your `app.php` configuration-file:
```php
Micky5991\laravel_ts3admin\Providers\TeamspeakServiceProvider::class
```
4. Copy configuration to config-folder: `php artisan vendor:publish`

1. Require composer package:
_If you only want to publish this package:_ `php artsan vendor:publish --provider=Micky5991\laravel_ts3admin\Providers\TeamspeakServiceProvider`
> Adding a repository to your `composer.json` is only needed as long this package is not available at [Packagist.org](https://packagist.org/)!
`composer require micky5991\laravel-ts3admin`
##### Remove repository from `composer.json`

2.
1. `composer config --unset repo.laravel-ts3admin`
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"par0noid/ts3admin": "dev-composer",
"laravel/framework": "^5.3"
},
"version": "0.0.1",
"version": "0.0.2",
"autoload": {
"psr-4": {
"Micky5991\\laravel_ts3admin\\": "src"
Expand Down

0 comments on commit 305f22e

Please sign in to comment.