From b28c8cbae1c55f7407556d07b899c0656078e92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdi=20=C3=9CNAL?= Date: Thu, 26 May 2016 14:43:33 +0300 Subject: [PATCH] Laravel 5.2.* composer.json file --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 325bfce..720e134 100644 --- a/readme.md +++ b/readme.md @@ -50,8 +50,9 @@ You can configure your composer.json to do this after each commit: ```js "scripts":{ "post-update-cmd": [ - "php artisan clear-compiled", + "Illuminate\\Foundation\\ComposerScripts::postUpdate", "php artisan ide-helper:generate", + "php artisan ide-helper:meta", "php artisan optimize" ] },