Upgraded to laravel 5.1

This commit is contained in:
Graham Campbell
2015-05-28 21:37:44 +01:00
parent 9355854289
commit b85752b101
13 changed files with 519 additions and 321 deletions

View File

@@ -36,8 +36,6 @@ require __DIR__.'/../vendor/autoload.php';
|
*/
$compiledPath = __DIR__.'/../vendor/compiled.php';
if (file_exists($compiledPath)) {
if (file_exists($compiledPath = __DIR__.'/cache/compiled.php')) {
require $compiledPath;
}

2
bootstrap/cache/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore