PHP code example of roiwk / webman-sail
1. Go to this page and download the library: Download roiwk/webman-sail 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/ */
roiwk / webman-sail example snippets
shell
php webman sail:install
shell
php webman sail:install --with=mysql,redis
shell
./vendor/bin/sail php test.php
./vendor/bin/sail php -v
shell
./vendor/bin/sail phpunit --bootstrap support/bootstrap.php