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.
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
48471 . Replace ` YOUR_APP_KEY ` in ` app.yaml ` with an application key you generate
4948 with the following command:
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments