From 5025882f7e01883649ff23f9dda3110dc23e17c6 Mon Sep 17 00:00:00 2001 From: Andonov Florijan <34244244+FlorijanAndonov@users.noreply.github.com> Date: Sat, 16 Feb 2019 19:51:29 +0100 Subject: [PATCH] I have added Latest Version (#33002) Latest Version section added to the file. I want to continue developing the laravel portion of the repo. --- guide/english/laravel/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/laravel/index.md b/guide/english/laravel/index.md index 9cc292f1a0..33f7a9aca4 100644 --- a/guide/english/laravel/index.md +++ b/guide/english/laravel/index.md @@ -64,7 +64,7 @@ However, if you are not using Homestead, you will need to make sure your server ## Getting Started ### Get Laravel -The latest release of Laravel is 5.7 and includes optional email verification in the authentication scaffolding. Laravel can be installed using [Composer](https://getcomposer.org/). +The [latest release](https://laravel-news.com/laravel-5-7-is-now-released) of Laravel is 5.7 and includes optional email verification in the authentication scaffolding. Laravel can be installed using [Composer](https://getcomposer.org/). ## Additional Resources - [Laravel Basic Task List Tutorial](https://laravel.com/docs/5.1/quickstart)