Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

User1980's avatar

Does Laravel Nova comes with a payment gateway/ checkout?

Hi all,

Before I purchase 2 licenses of Nova, I have a few questions for users who have already used it for some time please.

I have a customer that requires 2 projects to be built this year, 1 with a Stripe or Paddle e-commerce(from a brand new Laravel version). Another project that requires a lot of recursive categories with Stripe(brand new project aswell), eg: The main category, subcategory, multiple choices in the sub-subcategories

My questions: -How difficult would it be to include stripe or Paddle in Nova? Is it customizable to this point? Can cashier be used?

-One of my projects requires in the back end a subscription service. I have already built this from scratch with Laravel and Paddle in the past but how difficult would it be to allow or disallow access to certain areas of the site through Nova based on the Paddle subscription status?

-Is Nova Vue and Tailwind CSS friendly? I have purchased the TailwindUI components, I am hoping to be able to use them easily in Nova.

-Can Nova have its own API with tokens so I can extend the app to a mobile app?

-Finally, one of my apps requires the use of Azure and other APIs, can you extend Nova with external APIs(custom controllers) easily?

Sorry about all these questions but it is a bit of money to be spent.....not a quick decision to take.

Thanks!

Thanks!

0 likes
1 reply
bobbybouwmann's avatar
Level 88

Laravel Nova is basically a layer over your database. You can compare it more with an admin panel. It's for sure not a payment gateway!

If you're looking for a Laravel application with an integrated payment solution you should take a look at Laravel Spark!

Laravel Spark: https://spark.laravel.com/

2 likes

Please or to participate in this conversation.