* @link http://laravel.com */ // -------------------------------------------------------------- // Set the core Laravel path constants. // -------------------------------------------------------------- require 'paths.php'; // -------------------------------------------------------------- // Bootstrap the Laravel core. // -------------------------------------------------------------- require path('sys').'core.php'; // -------------------------------------------------------------- // Launch the Laravel "Artisan" CLI. // -------------------------------------------------------------- require path('sys').'cli/artisan'.EXT;