PHP code example of mirko-pagliai / me-tools
1. Go to this page and download the library: Download mirko-pagliai/me-tools 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/ */
mirko-pagliai / me-tools example snippets
// in src/Application::bootstrapCli() before loading the 'Bake' plugin.
Configure::write('Bake.theme', 'MeTools');
#!/usr/bin/php -q
declare(strict_types=1);
ner;
// Build the runner with an application and root executable name.
$runner = new CommandRunner(new Application(APP . '/config'), 'cake');
exit($runner->run($argv));