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

Fix missing "composer" option #5

Closed oanhnn closed 3 years ago

oanhnn commented 3 years ago

Overview

Error when install this package (follow it's README)

Reproduct

$ composer require renoki-co/jetstream-cashier-billing-portal
$ php artisan billing-portal:install

Expect

Install success

Actuals

image

How to fixed

Add option "composer" to install command

rennokki commented 3 years ago

:rocket: Sorry for the delay, was working on Stripe Checkout.