Made some changes to facilitate moving the public/ folder

This commit is contained in:
Nabeel Shahzad
2017-12-14 10:56:30 -06:00
parent aa95ee3384
commit 710a721305
3 changed files with 11 additions and 42 deletions

View File

@@ -1,10 +1,13 @@
<?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <taylor@laravel.com>
* phpVMS
*/
/**
* If you move the public folder, or all the files in the public
* folder, be sure to go into the bootstrap/app.php file, and change
* the 'path.public' path to where it lives.
*/
require __DIR__.'/../bootstrap/autoload.php';