Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfigWithTheme<ThemeConfig>({
link: 'https://spark.laravel.com/docs',
current: true,
},
{ text: 'v4.x', link: 'https://github.com/laravel/spark-next-docs/tree/4.x' },
{ text: 'v4.x', link: 'https://github.com/laravel/spark-next-docs/tree/4.x/src' },
{ text: 'v3.x', link: 'https://github.com/laravel/spark-next-docs/tree/3.x' },
{ text: 'v2.x', link: 'https://github.com/laravel/spark-next-docs/tree/2.x' },
{ text: 'v1.x', link: 'https://github.com/laravel/spark-next-docs/tree/1.x' },
Expand Down
5 changes: 5 additions & 0 deletions src/spark-paddle/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

In the following documentation, we will discuss how to configure a Laravel Spark installation when using the [Paddle](https://paddle.com) payment provider. All of Spark's configuration options are housed in your application's `config/spark.php` configuration file.

::: warning Paddle Billing

Spark Paddle 5.x supports Paddle Billing. If you are still using Paddle Classic you should continue to use [Spark Paddle 4.x](https://github.com/laravel/spark-next-docs/tree/4.x/src).
:::

## Paddle Configuration

Of course, to use Paddle as a payment provider for your Laravel Spark application you must have an active [Paddle account](https://paddle.com). **While you are developing your application, you may use the [Paddle Sandbox](https://sandbox-vendors.paddle.com/)**.
Expand Down