PHP code example of katsana / minions-server
1. Go to this page and download the library: Download katsana/minions-server 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/ */
katsana / minions-server example snippets
php artisan vendor:publish --provider="Minions\Server\MinionsServiceProvider" --tag="config"
ini
MINION_SERVER_PORT=8081
ini
MINION_SERVER_HOST='0.0.0.0'