1. Go to this page and download the library: Download jwyuen/dotslash 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/ */
jwyuen / dotslash example snippets
// See: http://symfony.com/doc/current/components/console/introduction.html
configure()
// Code to execute
executeCommand()
// Any input validation code you want. Should return boolean, or optionally a
// custom string with the failure message you specify (only in the case of user
// input failing). If validation passes, this should always return true.
checkValidInput()
// The path to a configuration file if you want to use logging and email
// notifications. Should return a string if you have a config, or null if you
// don't want to use logging and email functionality
getConfigPath()