Questions tagged [laravel-spark]

Spark is an experimental project primarily intended for building business oriented SaaS applications, and is highly opinionated towards that use case.

The Laravel Spark is an opinionated way of building out business oriented SaaS applications. It features team management, user roles, recurring billing through Stripe, and much more.

Spark is designed with only one goal in mind, to make scaffolding out a billing system for a SaaS app easy.

Links

News laravel/spark

221 questions
0
votes
0 answers

Laravel Spark login from python

I'm using the new Laravel Spark (not classic) and I'd like to authenticate/login a user from python. How can check if a user exists and login credentials?
0
votes
2 answers

Is it possible to rename Teams in Laravel Jetstream?

In the old Laravel Spark (now Spark Classic) you could utilise a configuration method Spark::prefixTeamsAs('bands'); a new project I'm working on uses the new Laravel Spark which is now more of a billing conduit and allows team management to be…
Grant
  • 5,709
  • 2
  • 38
  • 50
0
votes
1 answer

Laravel Spark installation problem, need to update something I imagine

I get the following error when I try to install Laravel Spark: Your requirements could not be resolved to an installable set of packages. Problem 1. - laravel/spark-stripe[v1.0.0, ..., 1.x-dev] require laravel/cashier ^12.0 -> found…
John M
  • 1
0
votes
0 answers

Vue project within existing Laravel Spark site

I currently have a Laravel Spark website running which employs Vue 2 internally. I am now following a Vue course for an addition to my site. I finished 20% of the course, it covered some Vue basics and important tools like Webpack,Babel, SASS,…
helloworld
  • 223
  • 1
  • 7
  • 24
0
votes
1 answer

How to modify Laravel Spark sidebar view?

I'm using Spark for the subscription in Laravel for the first time and now I want to modify some changes on the Spark left sidebar. I have published the Spark View file using the below command but don't know how to place some HTML on the left…
user15076175
0
votes
0 answers

Stripe different price subscription

I'm gonna setup subscription pricing model like this. $19.99/mo for the first three months $39.99/mo from the fourth month I'm using laravel-cashier or laravel-spark 2.0. How can I do this?
LoveCoding
  • 1,121
  • 2
  • 12
  • 33
0
votes
1 answer

How to change default text in Laravel Spark PDF receipt?

I need to translate text on the PDF receipt like Invoice Number: Product: but can not find in the code where to do this. Please direct me the correct files.
gnmg
  • 41
  • 5
0
votes
1 answer

Laravel Spark registration view not loading after fresh installation

I've just installed a fresh Spark app, went through the configuration instructions and set things up. My home view loads and so does the login view, however when I hit the registration route the view doesn't load. The header does, but there's no…
Andrew Fox
  • 794
  • 4
  • 13
  • 30
0
votes
0 answers

Cashier single charge with secure payment throws Stripe ApiErrorException

I am using the newest Laravel Spark and Cashier. Currently, I am testing the secure payments which are working for subscriptions. However, when I perform a single charge (which worked for the older Spark…
helloworld
  • 223
  • 1
  • 7
  • 24
0
votes
1 answer

Laravel Spark 11 - edit Spark source files not working anymore

Dear Sparkers/Laravellers I am transforming an old Spark project (i believe version 6) to the latest version 11. To make some changes in the Spark PHP files, I've copied the files under vendor/laravel/spark-aurelius to a newly created folder named…
helloworld
  • 223
  • 1
  • 7
  • 24
0
votes
2 answers

Laravel Spark 403 - REDIRECT HOST MISMATCH when 3D Secure Payment

I am using Laravel Spark for billing my customers. In case they will pay with 3D Secure cards (I test it with card no. from stripe doc's https://stripe.com/docs/testing#regulatory-cards: 4000 0027 6000 3184) I have the following problem: The stripe…
0
votes
1 answer

Laravel Spark - How to avoid the need to put the billing information twice

In Laravel Spark you can set the option that when the customers creates their account the system show them the form to fill the billing address & VAT no. Unfortunately to have the correct data on the invoice they have to go to /settings#/invoices to…
Kornel
  • 4,184
  • 4
  • 28
  • 30
0
votes
1 answer

Vue including Javascript files twice in Laravel Spark Blade template

I'm new to Laravel Spark and Vue, and have tried to move an existing app to it. In that app, I have these scripts included in the Blade template, which is then injected into app.blade.php: