From 35d4e047b70bcbf6f6e44f337826429564412b15 Mon Sep 17 00:00:00 2001 From: George John Date: Mon, 26 Dec 2016 15:34:22 +0530 Subject: [PATCH] Update composer.json --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a863c2e0..ca628809 100755 --- a/composer.json +++ b/composer.json @@ -33,8 +33,7 @@ }, "scripts": { "post-create-project-cmd": [ - "php artisan lavalite:install", - "php artisan key:generate" + ], "post-install-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postInstall",