You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public$description = 'Scaffold billing plans for subscriptions';
10
+
protected$signature = 'scaffold:subscriptions
11
+
{--scaffold=default : Which scaffold to use for subscriptions (default/react/vue/svelte)}';
12
+
protected$description = 'Scaffold billing plans for subscriptions';
12
13
13
-
public$help = "This command will scaffold billing plans for your application. You can choose between different scaffolds like default, react, vue, svelte etc.";
14
-
15
-
protectedfunctionconfig()
16
-
{
17
-
$this
18
-
->setOption('scaffold', 's', 'optional', 'Which scaffold to use for authentication (default/react/vue/svelte)', 'default');
19
-
}
14
+
protected$help = "This command will scaffold billing plans for your application. You can choose between different scaffolds like default, react, vue, svelte etc.";
20
15
21
16
protectedfunctionhandle()
22
17
{
@@ -38,12 +33,21 @@ protected function handle()
38
33
39
34
$this->info("Scaffolding subscriptions using $scaffold + $type");
0 commit comments