Files
lgp-admin-plus-api/artisan

16 lines
598 B
Plaintext
Raw Normal View History

2012-01-16 13:59:24 -06:00
<?php
// --------------------------------------------------------------
2012-01-17 15:28:19 -06:00
// Set the core Laravel path constants.
2012-01-16 13:59:24 -06:00
// --------------------------------------------------------------
2012-01-17 15:28:19 -06:00
require 'paths.php';
2012-01-16 13:59:24 -06:00
// --------------------------------------------------------------
// Bootstrap the Laravel core.
// --------------------------------------------------------------
require SYS_PATH.'core.php';
// --------------------------------------------------------------
// Launch the Laravel "Artisan" CLI.
// --------------------------------------------------------------
require SYS_PATH.'cli/artisan'.EXT;