artisan 598 B

12345678910111213141516
  1. <?php
  2. // --------------------------------------------------------------
  3. // Set the core Laravel path constants.
  4. // --------------------------------------------------------------
  5. require 'paths.php';
  6. // --------------------------------------------------------------
  7. // Bootstrap the Laravel core.
  8. // --------------------------------------------------------------
  9. require SYS_PATH.'core.php';
  10. // --------------------------------------------------------------
  11. // Launch the Laravel "Artisan" CLI.
  12. // --------------------------------------------------------------
  13. require SYS_PATH.'cli/artisan'.EXT;