PHP code example of aschmelyun / fleet

1. Go to this page and download the library: Download aschmelyun/fleet 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/ */

    

aschmelyun / fleet example snippets

bash
php artisan fleet:add
bash
php artisan fleet:add my-app.localhost
bash
php artisan fleet:start
bash
php artisan fleet:remove
bash
php artisan fleet:stop