-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Creating KB + Moving FAQ Moving FAQ from introduction to KB * Formatting * Update faq.mdx --------- Co-authored-by: James Brooks <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information
1 parent
548da4b
commit 1efb7d0
Showing
3 changed files
with
40 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 'Frequently Asked Questions' | ||
description: 'Frequently asked questions about Spark.' | ||
--- | ||
|
||
## Is it possible to upgrade an application from Spark Classic to Spark? | ||
|
||
No. However, we will continue to provide bug fixes and security updates to Spark Classic indefinitely. | ||
|
||
## Can I sell Spark powered applications? | ||
|
||
You may not sell Spark powered applications on code distribution platforms such as Code Canyon, etc. However, if you build a SaaS application / business which is later acquired by a private third-party, you may transfer your Spark license to that buyer. | ||
|
||
## Does Spark support any other payment providers? | ||
|
||
No. Spark only supports Stripe and Paddle and it is not possible for developers to customize Spark to accept additional providers. If you need to use another payment provider **you should not purchase Laravel Spark**. | ||
|
||
## Am I required to use Tailwind / Blade / Vue / etc. in order to use Spark? | ||
No. Spark's billing portal is totally isolated from the rest of your Laravel application and includes its own pre-compiled frontend assets. Your own application may be built using the frontend technologies of your choice. | ||
|
||
## Why are my customers presented with a payment confirmation screen? | ||
|
||
Extra verification is sometimes required in order to confirm and process a payment. When this happens, Paddle or Stripe will present a payment confirmation screen. Payment confirmation screens presented by Paddle, Stripe, or Spark may be tailored to a specific bank or card issuer's payment flow and can include additional card confirmation, a temporary small charge, separate device authentication, or other forms of verification. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters