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
+1 -3
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
View File
@@ -0,0 +1,2 @@
*
!.gitignore