diff --git a/README.md b/README.md index 34e08555e..7be9cce1e 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,4 @@ # Laravel 11 with a Docker PHP Image - -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). - - -## Deployment - -1. [Create](https://dashboard.render.com/new/database) a new PostgreSQL database on Render and copy the internal DB URL to use below. - -2. Fork this repo to your own GitHub account. - -3. Create a new **Web Service** on Render, and give Render's GitHub app permission to access your new repo. - -4. Select `Docker` for the environment, and add the following environment variable under the *Advanced* section: - - | Key | Value | - | --------------- | --------------- | - | `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` | - -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. + + + diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index af1c02a70..f368ad733 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -82,6 +82,7 @@
Laravel +