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 c47aa15 commit 95ccbaaCopy full SHA for 95ccbaa
composer.json
@@ -32,6 +32,7 @@
32
"illuminate/support": "^10.34|^11.0",
33
"illuminate/view": "^10.34|^11.0",
34
"livewire/livewire": "^3.2",
35
+ "symfony/console": "^6.0|^7.0",
36
"nesbot/carbon": "^2.67|^3.0"
37
},
38
"require-dev": {
src/Commands/ClearCommand.php
@@ -10,7 +10,7 @@
10
/**
11
* @internal
12
*/
13
-#[AsCommand(name: 'pulse:clear')]
+#[AsCommand(name: 'pulse:clear', aliases: ['pulse:purge'])]
14
class ClearCommand extends Command
15
{
16
use ConfirmableTrait;
0 commit comments