From: Vincent Vanwaelscappel Date: Tue, 28 Jan 2020 16:51:22 +0000 (+0100) Subject: wip #3373 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bb1b01ffc3f10d06eab62ed71f18e0c60f24f53a;p=cubist_cms-back.git wip #3373 --- diff --git a/src/app/Console/Commands/InstallCommand.php b/src/app/Console/Commands/InstallCommand.php index eed5abc..eefbc84 100644 --- a/src/app/Console/Commands/InstallCommand.php +++ b/src/app/Console/Commands/InstallCommand.php @@ -21,7 +21,7 @@ class InstallCommand extends CubistCommand $devPackages = ['barryvdh/laravel-ide-helper', 'filp/whoops', 'laravel/tinker:^2.1']; $commands = [ - 'Install backpack' => ['php artisan backpack:base:install', 'php artisan backpack:crud:install'], + 'Install backpack' => ['php artisan backpack:install'], 'Install backpack addons' => [ // BackupManager 'php artisan vendor:publish --provider="Backpack\BackupManager\BackupManagerServiceProvider"',