commenting bootstrap files.

This commit is contained in:
Taylor Otwell
2011-09-28 21:52:58 -05:00
parent abd23c9610
commit 3dbc60aee3
2 changed files with 10 additions and 12 deletions

View File

@@ -1,8 +1,5 @@
<?php namespace Laravel;
/**
* Define core framework paths and constants.
*/
define('APP_PATH', realpath($application).'/');
define('BASE_PATH', realpath(str_replace('laravel', '', $laravel)).'/');
define('PACKAGE_PATH', realpath($packages).'/');
@@ -25,7 +22,7 @@ define('SYS_CONFIG_PATH', SYS_PATH.'config/');
define('SYS_LANG_PATH', SYS_PATH.'language/');
define('VIEW_PATH', APP_PATH.'views/');
define('EXT', '.php');
define('EXT', '.php');
define('BLADE_EXT', '.blade.php');
/**