Ejemplo n.º 1
0
<?php

// Includes the Composer Autoloader
require realpath('vendor') . '/autoload.php';
if (!defined('BLUEPRINT_FILENAME')) {
    define('BLUEPRINT_FILENAME', 'blueprint.yml');
}
// Prepares the console and runs the application
Rougin\Blueprint\Console::boot(BLUEPRINT_FILENAME)->run();
Ejemplo n.º 2
0
<?php

// Includes the Composer Autoloader
require 'vendor/autoload.php';
// Prepares the console and runs the application
Rougin\Blueprint\Console::boot('blueprint.yml')->run();