bootstrap.php 629 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Installation Paths
  5. |--------------------------------------------------------------------------
  6. |
  7. | Here you may specify the location of the various Laravel framework
  8. | directories for your installation.
  9. |
  10. | Of course, these are already set to the proper default values, so you do
  11. | not need to change them if you have not modified the directory structure.
  12. |
  13. */
  14. $application = 'application';
  15. $laravel = 'laravel';
  16. $packages = 'packages';
  17. $storage = 'storage';
  18. $public = 'public';
  19. require realpath($laravel).'/core.php';