]> _ Git - cubist_cms-back.git/commitdiff
#2810
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 11 Jun 2019 15:36:51 +0000 (17:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 11 Jun 2019 15:36:51 +0000 (17:36 +0200)
src/app/Console/Commands/InstallCommand.php

index 2b56030c71d46d3befa2e74737e06a28c43f8565..397042c6505751e154fe236298f055e5bcd9cc81 100644 (file)
@@ -18,7 +18,13 @@ class InstallCommand extends CubistCommand
 
     public function handle()
     {
-        $commands = ["Dropzone" => 'php artisan gaspertrix:backpack:dropzone:install',
+        $commands = [
+            'Install dev dependencies' => [
+                'composer require-dev barryvdh/laravel-ide-helper',
+                'composer require-dev filp/whoops',
+                'composer require-dev laravel/tinker',
+            ],
+            "Dropzone" => 'php artisan gaspertrix:backpack:dropzone:install',
             'Laravel media library' => [
                 'php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"',
                 'php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="config"'