From 740b4647a3b59f316a9890f46d4842115130fe52 Mon Sep 17 00:00:00 2001 From: Helson Taveras Date: Fri, 26 Aug 2016 11:29:32 -0400 Subject: [PATCH] Laravel 5.3 is published officially No need for development branch switch. Ran into the same error posted by this guy here https://laracasts.com/discuss/channels/laravel/laravel-53-cant-do-php-artisan-optimize. I didn't switch to the development branch and the setup worked perfectly. --- _guides/digital_ocean.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_guides/digital_ocean.md b/_guides/digital_ocean.md index 3f47e52a..0ff32ffd 100644 --- a/_guides/digital_ocean.md +++ b/_guides/digital_ocean.md @@ -32,7 +32,6 @@ $root@midascode:~# docker $root@midascode:~# apt-get install git $root@midascode:~# git clone https://github.com/laravel/laravel $root@midascode:~# cd laravel -$root@midascode:~/laravel# git checkout develop $root@midascode:~/laravel/ git submodule add https://github.com/LaraDock/laradock.git $root@midascode:~/laravel/ cd laradock ```