From d66d92b8df08f31115bd6f3e95ad7f5ab3f2452c Mon Sep 17 00:00:00 2001 From: Chris Bassey Date: Sat, 16 Feb 2019 03:23:45 +0100 Subject: [PATCH] Added get laravel (#28860) Added some description for Laravel installation --- guide/english/laravel/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/laravel/index.md b/guide/english/laravel/index.md index cc7d197889..4869444d7e 100644 --- a/guide/english/laravel/index.md +++ b/guide/english/laravel/index.md @@ -61,3 +61,7 @@ However, if you are not using Homestead, you will need to make sure your server - XML PHP Extension - Ctype PHP Extension - JSON PHP Extension + +## 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/). +