We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb7d9a commit f0a891aCopy full SHA for f0a891a
composer.json
@@ -24,7 +24,8 @@
24
"illuminate/routing": "^10.19|^11.0",
25
"illuminate/support": "^10.19|^11.0",
26
"illuminate/view": "^10.19|^11.0",
27
- "spatie/once": "^3.1"
+ "spatie/once": "^3.1",
28
+ "symfony/console": "^6.0|^7.0"
29
},
30
"require-dev": {
31
"orchestra/testbench": "^8.6.0|^9.0",
src/Console/InstallCommand.php
@@ -6,7 +6,9 @@
6
use Illuminate\Support\Facades\File;
7
use Illuminate\Support\ServiceProvider;
8
use Illuminate\Support\Str;
9
+use Symfony\Component\Console\Attribute\AsCommand;
10
11
+#[AsCommand(name: 'folio:install')]
12
class InstallCommand extends Command
13
{
14
/**
0 commit comments