1. Go to this page and download the library: Download wilderborn/partyline 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/ */
wilderborn / partyline example snippets
\Partyline::method();
use Wilderborn\Partyline\Facade as Partyline;
Partyline::method();
php
public function handle()
{
\Partyline::bind($this);
}
php
\Partyline::info('foo');
// Equivalent to $this->info('foo') within your command.