renoki-co / jetstream-cashier-billing-portal

Cashierstream is a simple Spark alternative written for Laravel Jetstream, with the super-power of tracking plan quotas, like seats or projects number on a per-plan basis
Apache License 2.0
163 stars 20 forks source link

Not installed #17

Closed SequelONE closed 3 years ago

SequelONE commented 3 years ago

I have problem with install.

Executing a command:

php artisan billing-portal:install

Error:

Not enough arguments (missing: "stack").

Laravel version: 8.0 PHP: 7.3 MySQL: 8 Composer: 1.10.20

SequelONE commented 3 years ago

It's work for me!

php artisan billing-portal:install stack
rennokki commented 3 years ago

The idea was to specify the stack name:

$ php artisan billing-portal:install inertia
SequelONE commented 3 years ago

Could you add this point to the documentation?