Commit da7443ab authored by Taylor Otwell's avatar Taylor Otwell

Tweak some paths.

parent 0a450983
...@@ -12,7 +12,7 @@ class LogServiceProvider extends ServiceProvider { ...@@ -12,7 +12,7 @@ class LogServiceProvider extends ServiceProvider {
*/ */
public function boot(Log $log) public function boot(Log $log)
{ {
$log->useFiles(storage_path().'/logs/laravel.log'); $log->useFiles(storage_path().'/laravel.log');
} }
/** /**
......
...@@ -143,7 +143,7 @@ return [ ...@@ -143,7 +143,7 @@ return [
| |
*/ */
'manifest' => storage_path().'/meta', 'manifest' => storage_path().'/framework',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
...@@ -28,7 +28,7 @@ return [ ...@@ -28,7 +28,7 @@ return [
| |
*/ */
'path' => storage_path().'/cache', 'path' => storage_path().'/framework/cache',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
...@@ -44,7 +44,7 @@ return [ ...@@ -44,7 +44,7 @@ return [
| |
*/ */
'files' => storage_path().'/sessions', 'files' => storage_path().'/framework/sessions',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
...@@ -15,6 +15,19 @@ return [ ...@@ -15,6 +15,19 @@ return [
'paths' => [base_path().'/resources/views'], 'paths' => [base_path().'/resources/views'],
/*
|--------------------------------------------------------------------------
| Compiled View Path
|--------------------------------------------------------------------------
|
| This option determines where all the compiled Blade templates will be
| stored for your application. Typically, this is within the storage
| directory. However, as usual, you are free to change this value.
|
*/
'compiled' => storage_path().'/framework/views',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Pagination View | Pagination View
......
compiled.php
services.json
routes.php routes.php
services.php compiled.php
services.json
\ No newline at end of file
*
!.gitignore
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment