[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/reservoir/develop] app: replace storage_path() with something reliable (for the moment)
From:       Ingo Malchow <imalchow () kde ! org>
Date:       2014-10-28 21:45:36
Message-ID: E1XjEa8-0005he-M7 () scm ! kde ! org
[Download RAW message or body]

Git commit 2700c12715b87d55f2a6fed173624a6eb0bd0dc6 by Ingo Malchow.
Committed on 28/10/2014 at 21:44.
Pushed by imalchow into branch 'develop'.

replace storage_path() with something reliable (for the moment)
some changes in the environmental setup must have messed up artisan's ability to handle updates/installs

M  +1    -1    app/config/app.php
M  +1    -1    app/config/cache.php
M  +1    -0    app/config/reservoir.php
M  +1    -1    app/config/session.php
M  +1    -1    app/start/global.php

http://commits.kde.org/websites/reservoir/2700c12715b87d55f2a6fed173624a6eb0bd0dc6

diff --git a/app/config/app.php b/app/config/app.php
index 2f8663d..9c50cfe 100644
--- a/app/config/app.php
+++ b/app/config/app.php
@@ -137,7 +137,7 @@ return array(
 	|
 	*/
 
-	'manifest' => storage_path().'/meta',
+	'manifest' => __DIR__.'/../storage/meta',
 
 	/*
 	|--------------------------------------------------------------------------
diff --git a/app/config/cache.php b/app/config/cache.php
index ce89842..f55ca14 100644
--- a/app/config/cache.php
+++ b/app/config/cache.php
@@ -28,7 +28,7 @@ return array(
 	|
 	*/
 
-	'path' => storage_path().'/cache',
+	'path' => __DIR__.'/../storage/cache',
 
 	/*
 	|--------------------------------------------------------------------------
diff --git a/app/config/reservoir.php b/app/config/reservoir.php
index 79a73c3..1aa360a 100644
--- a/app/config/reservoir.php
+++ b/app/config/reservoir.php
@@ -6,6 +6,7 @@ return array(
     'description' => 'a sample description',
     
     'pages' => array(
+        'index'
     ),
     
 
diff --git a/app/config/session.php b/app/config/session.php
index ae34302..bbbdee7 100644
--- a/app/config/session.php
+++ b/app/config/session.php
@@ -44,7 +44,7 @@ return array(
 	|
 	*/
 
-	'files' => storage_path().'/sessions',
+	'files' => __DIR__.'/../storage/sessions',
 
 	/*
 	|--------------------------------------------------------------------------
diff --git a/app/start/global.php b/app/start/global.php
index 82ab9ba..fec5bb3 100644
--- a/app/start/global.php
+++ b/app/start/global.php
@@ -31,7 +31,7 @@ ClassLoader::addDirectories(array(
 |
 */
 
-Log::useFiles(storage_path().'/logs/laravel.log');
+Log::useFiles(__DIR__.'/../storage/logs/laravel.log');
 
 /*
 |--------------------------------------------------------------------------
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic