Commit 5dda9ab 1 parent fc1ace6 commit 5dda9ab Copy full SHA for 5dda9ab
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 27
27
"illuminate/log" : " ^10.24|^11.0" ,
28
28
"illuminate/process" : " ^10.24|^11.0" ,
29
29
"illuminate/support" : " ^10.24|^11.0" ,
30
- "nunomaduro/termwind" : " ^1.15|^2.0"
30
+ "nunomaduro/termwind" : " ^1.15|^2.0" ,
31
+ "symfony/console" : " ^6.0|^7.0"
31
32
},
32
33
"require-dev" : {
33
34
"laravel/pint" : " ^1.13" ,
Original file line number Diff line number Diff line change 8
8
use Laravel \Pail \Guards \EnsurePcntlIsAvailable ;
9
9
use Laravel \Pail \Options ;
10
10
use Laravel \Pail \ProcessFactory ;
11
+ use Symfony \Component \Console \Attribute \AsCommand ;
11
12
use Symfony \Component \Process \Exception \ProcessSignaledException ;
12
13
13
14
use function Termwind \render ;
14
15
use function Termwind \renderUsing ;
15
16
17
+ #[AsCommand(name: 'pail ' )]
16
18
class PailCommand extends Command
17
19
{
18
20
/**
You can’t perform that action at this time.
0 commit comments