New: upgrade instructions when installing or upgrading composer packages.

This commit is contained in:
James Cole
2016-01-17 07:50:09 +01:00
parent 173d0290ea
commit 1b3198c143
4 changed files with 85 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
namespace FireflyIII\Console;
use FireflyIII\Console\Commands\UpgradeFireflyInstructions;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
@@ -26,6 +27,7 @@ class Kernel extends ConsoleKernel
*/
protected $commands
= [
UpgradeFireflyInstructions::class
];
/**