From 425ad03dff53933cec354996b0ff4da61021bcdd Mon Sep 17 00:00:00 2001 From: Dave Roverts Date: Sat, 12 Feb 2022 21:21:12 +0100 Subject: [PATCH] docs(README.md): change laravel 8 links to laravel 9 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d42d0e62..5400c488 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Connect Development Environment. Details can be found here: + See this link for more information about Redis and Laravel: - `MAIL_*` - As required - `MAIL_MAILER`: For testing, you can use something like [Mailtrap](https://mailtrap.io/) (online) or [Mailhog](https://github.com/mailhog/MailHog) - (local, included with [Laravel Homestead](https://laravel.com/docs/8.x/homestead)) + (local, included with [Laravel Homestead](https://laravel.com/docs/9.x/homestead)) - `MAIL_FROM_ADDRESS`: This will be used as the `From` email. Don't forget to set this. - `MAIL_FROM_NAME`: This will be used as the `From` name @@ -151,7 +151,7 @@ and before that I used [Laravel Homestead](https://laravel.com/docs/8.x/homestea For local development, you can run `php artisan schedule:work` in a separate terminal. - More info can be found here: + More info can be found here: 8. (Optional) If you want to include all airports in the database, run the following command: @@ -171,7 +171,7 @@ run the following command: If you're not using `sync` as `QUEUE_CONNECTION`, you need to run a queue worker, or else things like emails aren't being sent. -Check Laravel documentation on how to set one up using Supervisor +Check Laravel documentation on how to set one up using Supervisor -When you're using `redis` as `QUEUE_CONNECTION`, [Laravel Horizon](https://laravel.com/docs/8.x/horizon) +When you're using `redis` as `QUEUE_CONNECTION`, [Laravel Horizon](https://laravel.com/docs/9.x/horizon) is already installed and can be used to start a queue worker.