You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* PHP: 7.1 -> 7.4
* nearly the latest
* 8.0 is not yet supported by our base docker image
* richarvey/nginx-php-fpm: 1.9.1 -> 1.10.4
* latest, supports PHP 7.4
* Laravel: 5.8 -> 8.23
* latest
* fzaninotto/faker: replaced with fakerphp/faker
* fzaninotto/faker has been deprecated and the replacement is a fork
owned by the Laravel team
* Various other bumps to get rid of deprecated libraries/versions
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Laravel 5.8 with a Docker PHP Image
1
+
# Laravel 8.23 with a Docker PHP Image
2
2
3
3
A demo repo for deploying a Laravel PHP application on [Render](https://render.com) using Docker. You can follow the getting started tutorial [here](https://render.com/docs/deploy-php-laravel-docker).
4
4
@@ -19,4 +19,4 @@ A demo repo for deploying a Laravel PHP application on [Render](https://render.c
19
19
|`DB_CONNECTION`|`pgsql`|
20
20
|`APP_KEY`| Copy the output of `php artisan key:generate --show`|
21
21
22
-
That's it! Your Laravel 5.8 app will be live on your Render URL as soon as the build finishes. You can test it out by registering and logging in.
22
+
That's it! Your Laravel 8.23 app will be live on your Render URL as soon as the build finishes. You can test it out by registering and logging in.
0 commit comments