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 e3e8e10 commit 405388fCopy full SHA for 405388f
composer.json
@@ -18,6 +18,7 @@
18
"ext-json": "*",
19
"bacon/bacon-qr-code": "^2.0",
20
"illuminate/support": "^10.0|^11.0",
21
+ "symfony/console": "^6.0|^7.0",
22
"pragmarx/google2fa": "^8.0"
23
},
24
"require-dev": {
src/Console/InstallCommand.php
@@ -5,7 +5,9 @@
5
use Illuminate\Console\Command;
6
use Illuminate\Support\ServiceProvider;
7
use Laravel\Fortify\FortifyServiceProvider;
8
+use Symfony\Component\Console\Attribute\AsCommand;
9
10
+#[AsCommand(name: 'fortify:install')]
11
class InstallCommand extends Command
12
{
13
/**
0 commit comments