We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef3147 commit fb198aaCopy full SHA for fb198aa
README.md
@@ -15,8 +15,8 @@ A demo repo for deploying a Laravel PHP application on [Render](https://render.c
15
16
| Key | Value |
17
| --------------- | --------------- |
18
- | `DATABASE_URL` | The **internal connection string** for the database you created above. |
19
- | `DB_CONNECTION` | `pgsql` |
20
| `APP_KEY` | Copy the output of `php artisan key:generate --show` |
+ | `DATABASE_URL` | The **internal database url** for the database you created above. |
+ | `DB_CONNECTION` | `pgsql` |
21
22
That's it! Your Laravel 11 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