Working on the default app structure.

This commit is contained in:
Taylor Otwell
2014-08-18 22:46:16 -05:00
parent a5f4e74889
commit 9aae50e501
33 changed files with 33 additions and 21 deletions

View File

@@ -27,9 +27,11 @@ require __DIR__.'/../vendor/autoload.php';
|
*/
if (file_exists($compiled = __DIR__.'/compiled.php'))
$compiledPath = __DIR__.'/../storage/meta/compiled.php';
if (file_exists($compiledPath))
{
require $compiled;
require $compiledPath;
}
/*