16 lines
598 B
Plaintext
16 lines
598 B
Plaintext
<?php
|
|
|
|
// --------------------------------------------------------------
|
|
// Set the core Laravel path constants.
|
|
// --------------------------------------------------------------
|
|
require 'paths.php';
|
|
|
|
// --------------------------------------------------------------
|
|
// Bootstrap the Laravel core.
|
|
// --------------------------------------------------------------
|
|
require SYS_PATH.'core.php';
|
|
|
|
// --------------------------------------------------------------
|
|
// Launch the Laravel "Artisan" CLI.
|
|
// --------------------------------------------------------------
|
|
require SYS_PATH.'cli/artisan'.EXT; |