Skip to content

Commit 2f54a90

Browse files
authored
removes view.php as its no longer necessary (GoogleCloudPlatform#823)
1 parent d66ed57 commit 2f54a90

File tree

4 files changed

+4
-39
lines changed

4 files changed

+4
-39
lines changed

appengine/php72/laravel-framework/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ laravel.com. This version was tested to work with `laravel/laravel-framework:^5.
3737
APP_KEY: YOUR_APP_KEY
3838
APP_STORAGE: /tmp
3939

40-
1. Copy the [`bootstrap/app.php`](bootstrap/app.php) and
41-
[`config/view.php`](config/view.php) files included in this sample into the
42-
corresponding directories of your Laravel application. These two files ensure
40+
1. Copy the [`bootstrap/app.php`](bootstrap/app.php) file included in this sample
41+
into the `bootstrap` directory of your Laravel application. This file ensures
4342
your Laravel application writes to `/tmp` for caching in production.
4443

4544
> If you are using an existing Laravel application, just copy the
46-
`google-app-engine-deployment` blocks from these files.
45+
`google-app-engine-deployment` block from this file.
4746

4847
1. Replace `YOUR_APP_KEY` in `app.yaml` with an application key you generate
4948
with the following command:

appengine/php72/laravel-framework/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ env_variables:
55
LOG_CHANNEL: stackdriver
66
APP_KEY: YOUR_APP_KEY
77
APP_STORAGE: /tmp
8+
VIEW_COMPILED_PATH: /tmp

appengine/php72/laravel-framework/config/view.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

appengine/php72/laravel-framework/test/DeployLaravelTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ private static function createLaravelProject()
3939
// move the code for the sample to the new laravel installation
4040
self::copyFiles([
4141
'bootstrap/app.php',
42-
'config/view.php',
4342
], $tmpDir);
4443

4544
// set the directory in gcloud and move there

0 commit comments

Comments
 (0)