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
4
votes
1 answer

Can Laravel Spark be used without Stripe or Braintree

I want to create a SaaS application. Therefore I want to use Laravel Spark as base, but in my country the payment solutions (Stripe or Braintree) aren't widely accepted. Is it possible to use Spark without the suggested payment solutions? My…
melwet
  • 41
  • 4
4
votes
1 answer

Laravel Spark Symlink for Profile Pictures is not Working

I'm having some troubles with the symbolic linking of my storage directories in a fresh Spark installation. I checked the Spark docs (found here), and I've tried to follow the instructions under the Linking the Storage Directory Section. But, when I…
4
votes
0 answers

Use Laravel Spark's Controllers/Actions in my app's API

I'm up and running with Laravel Spark, but I'd like to pull some of the user auth methods (and later, some others) in to my API. Spark's default registration method is a POST request to /register that calls Auth\RegisterController@register. I would…
brianrhea
  • 3,674
  • 3
  • 34
  • 57
4
votes
1 answer

Laravel spark for existing projects?

I see Laravel Spark has been released! Great news. Now, in the docs, it says that you need to install it on a fresh laravel. spark new project-name If you do install it manually, you just have to download spark folder unpack in your…
Juliatzin
  • 18,455
  • 40
  • 166
  • 325
4
votes
1 answer

Laravel Spark doesn't pull in css correctly

I am playing around with Spark in order to learn how to use it. I did a new install under Homestead following the install instructions. The css link generated from the page at the route is
Roger Creasy
  • 1,419
  • 2
  • 19
  • 35
3
votes
1 answer

How to customize "Return" link in Laravel Spark?

I'm using Laravel Spark (not classic, v11) to scaffold out my newest SaaS application. Everything is going well, but the only thing I'm not able to customize is the "Return to [Application Link]" once users are actually in the billing portal. Right…
3
votes
1 answer

How to make changes to Spark Laravel Billing page?

I am trying to make changes to the Spark Laravel BillingPortal.vue page. After making a change I know the the app.js is being compiled but I see no change in the billing page. I have cleared the cache in Laravel and the browser and still not luck. I…
gnmg
  • 41
  • 5
3
votes
3 answers

Laravel Spark Next Hangs At Pending Subcription

I have set up laravel spark next and jetsream with inertia as the base for authentication purposes. I have also acquired myself a paddle sandbox account to set up billing. I have successfully set up a subscription plan through paddle to test. After…
3
votes
0 answers

Laravel Spark - missing PHP file PreventRequestsDuringMaintenance

I have an old version of Spark running so decided to upgrade my license and start testing a new installation. First, I installed a vanilla Laravel, that worked. Next, I followed the documentation from https://spark.laravel.com/docs/11.0/installation…
helloworld
  • 223
  • 1
  • 7
  • 24
3
votes
0 answers

Laravel Spark -- configure both flat rate + per seat pricing?

I'm new to Spark and I've been playing in the sand for a few days, but am stumped on this issue. In Stripe, I've set up my dummy plan and its configured per the following: $99 flat amount + $2/seat Now getting this to match within Spark has been a…
sabti
  • 95
  • 1
  • 4
3
votes
3 answers

Enforce Global Scope Across all models

we are developing an application based on Laravel Spark. as part of this we want to tie resources to a specfic team. I know that we can add a global scope such as:
JaChNo
  • 1,493
  • 9
  • 28
  • 56
3
votes
1 answer

Icons in Laravel Spark

In Laravel Spark 6.0, Taylor is using icons for the menus. I cannot seem to figure out where these icons come from or how to add more icons like them. In the code, he is using SVG. I want to add more icons, change icon colors, etc, but am not…
Seong Bae
  • 31
  • 1
  • 3
3
votes
3 answers

Laravel Spark - no AJAX fields validation errors on register

I just installed a Laravel Spark v4 - ran spark new project-name and followed the steps without any errors, the issue is that register form does not show any validation errors, not inline red warnings when input is not filled in or validation after…
Marcin
  • 1,488
  • 1
  • 13
  • 27
3
votes
1 answer

Undefined class Socialite in Spark Laravel 5.4

I'm new to Laravel and Spark trying to figure out how/where I should add my new Controllers and add Socialite. In my providers I added Laravel\Socialite\SocialiteServiceProvider::class, In my aliases I added 'Socialite' =>…
Sam Bellerose
  • 1,782
  • 2
  • 18
  • 43
3
votes
1 answer

Laravel Spark: "All My Teams" Billing

As I understand it, Laravel Spark has two billing modes. The first is individual billing. In individual billing, each user account is responsible for signing up for and paying for its own service. The second is team billing. In team billing,…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
1
2
3
14 15