PHP code example of hi-folks / lara-sock

1. Go to this page and download the library: Download hi-folks/lara-sock 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/ */

    

hi-folks / lara-sock example snippets

bash
php artisan larasock:start
shell
php artisan larasock:start --host=0.0.0.0
shell
tmux \
    new-session  'php artisan octane:start' \; \
    split-window 'php artisan larasock:start --logchannel=stderr' \; \
    detach-client
tmux a