We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77c74c commit ddc4753Copy full SHA for ddc4753
src/app/Console/Commands/Version.php
@@ -36,9 +36,15 @@ public function handle()
36
$this->line(\PackageVersions\Versions::getVersion('laravel/framework'));
37
$this->line('');
38
39
- $this->comment('### BACKPACK VERSION:');
+ $this->comment('### BACKPACK CRUD:');
40
$this->line(\PackageVersions\Versions::getVersion('backpack/crud'));
41
42
+
43
+ if (backpack_pro()) {
44
+ $this->comment('### BACKPACK PRO:');
45
+ $this->line(\PackageVersions\Versions::getVersion('backpack/pro'));
46
+ $this->line('');
47
+ }
48
}
49
50
/**
0 commit comments