Reintegrating Blade with Laravel using View engine event.

This commit is contained in:
Taylor Otwell
2012-03-22 11:48:07 -05:00
parent b6615ddbee
commit 35e53b8cef
7 changed files with 213 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
define('EXT', '.php');
define('CRLF', "\r\n");
define('BLADE_EXT', '.blade.php');
define('DEFAULT_BUNDLE', 'application');
define('MB_STRING', (int) function_exists('mb_get_info'));