File tree Expand file tree Collapse file tree 4 files changed +4
-39
lines changed
appengine/php72/laravel-framework Expand file tree Collapse file tree 4 files changed +4
-39
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,12 @@ laravel.com. This version was tested to work with `laravel/laravel-framework:^5.
37
37
APP_KEY: YOUR_APP_KEY
38
38
APP_STORAGE: /tmp
39
39
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
43
42
your Laravel application writes to ` /tmp ` for caching in production.
44
43
45
44
> 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 .
47
46
48
47
1 . Replace ` YOUR_APP_KEY ` in ` app.yaml ` with an application key you generate
49
48
with the following command:
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ env_variables:
5
5
LOG_CHANNEL : stackdriver
6
6
APP_KEY : YOUR_APP_KEY
7
7
APP_STORAGE : /tmp
8
+ VIEW_COMPILED_PATH : /tmp
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ private static function createLaravelProject()
39
39
// move the code for the sample to the new laravel installation
40
40
self ::copyFiles ([
41
41
'bootstrap/app.php ' ,
42
- 'config/view.php ' ,
43
42
], $ tmpDir );
44
43
45
44
// set the directory in gcloud and move there
You can’t perform that action at this time.
0 commit comments