PHP code example of rexlmanu / laravel-ts3

1. Go to this page and download the library: Download rexlmanu/laravel-ts3 library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

rexlmanu / laravel-ts3 example snippets


return [
];

$laravel-ts3 = new Emmanuel Lampe\TeamSpeak3();
echo $laravel-ts3->echoPhrase('Hello, Emmanuel Lampe!');
bash
php artisan vendor:publish --provider="Emmanuel Lampe\TeamSpeak3\TeamSpeak3ServiceProvider" --tag="migrations"
php artisan migrate
bash
php artisan vendor:publish --provider="Emmanuel Lampe\TeamSpeak3\TeamSpeak3ServiceProvider" --tag="config"