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

Using Vue Custom Components in Laravel Spark

I'm pretty new to using browserify etc. for js development. Also I'm new to Vue. I wanted to create additional custom components for my application. However I fail at so many points even when following different tutorials step by step. This is What…
Frnak
  • 6,601
  • 5
  • 34
  • 67
0
votes
1 answer

Laravel Spark : Limit amount of Teams per user to 1

I'm currently playing around with spark for laravel. I'd like to limit the amount of teams per user to 1. So basically I wantto forbid to create new teams or join other teams. I found the CanJoinTeams Trait But I'm actually not sure where to keep…
Frnak
  • 6,601
  • 5
  • 34
  • 67
0
votes
1 answer

Vue Async Stack Trace Error on Fresh Spark Install + Homestead

I have a fresh installation of Laravel Spark running on a per-project Homestead instance. When I go to the settings section on a demo user I've created, I get this error in the JS console: Uncaught Error: [vue] async stack trace All of the pages in…
Alex Cobb
  • 97
  • 11
0
votes
2 answers

How to insert more data when registering a user in Laravel Spark

I'm using Laravel Spark for my latest app and need to insert a random code to a column in the table upon registration. After A LOT of digging through the code I've found this block of code: /** * Handle a registration request for the application. …
Andy Holmes
  • 7,817
  • 10
  • 50
  • 83
0
votes
1 answer

New view in Spark, using Vue

I'm working on my first app built on the Spark foundation now, and I've hit a wall. I should mention that I've looked through the entire Vue Laracast twice now - but Vue is used differently in Spark, which has me confused. Hopefully someone can…
CmdrSharp
  • 1,085
  • 13
  • 30
0
votes
2 answers

Registering Spark API Token

I have created a Spark API Token and am trying to register spark token using this command spark register token-value but I am getting an error Cannot open source file register.ada Does anyone have an idea on what might be causing this error on…
jaahvicky
  • 438
  • 2
  • 8
  • 20
-1
votes
0 answers

Composer - installing/updating Laravel classic spark doesn't work - attempt 2

I am having a deja vu, when encountering the same issue I had some time ago: Composer - installing/updating Laravel classic spark doesn't work After some research, I need to update my Laravel to match my provider's new PHP instances. I want to run…
helloworld
  • 223
  • 1
  • 7
  • 24
-1
votes
1 answer

requested package laravel/spark could not be found in any version

I am trying to install laravel Spark but getting a lot of errors no matter which method I try. Upon adding "laravel/spark": "*@dev" in the composer.js file I am getting this error. The requested package laravel/spark could not be found in any…
Karan S
  • 55
  • 1
  • 1
  • 5
-2
votes
1 answer

Laravel Spark with Laravel Localization

I'm using Laravel Localization for my project to manage multiple locales. Recently downloaded Laravel Spark for subscription management but can't make it work with Laravel Localization together. I would like my clients to access billing portal using…
Deniss Muntjans
  • 369
  • 10
  • 35
-2
votes
1 answer

getting No such PaymentMethod: 'tok_1IPAGM4unAps2Hiagy7H655b' error message when im trying to update laravel 5.8 to 7 with spark

when I am going to update Laravel 5.8 to 7 and update dependencies like cashier, Laravel/spark-Aurelius . it's complete update but after registration with subcription it's shows an error No such PaymentMethod: 'tok_1IPAGM4unAps2Hiagy7H655b' . this…
Tech User
  • 1
  • 3
-4
votes
1 answer

Declaration of App\Providers\SparkServiceProvider::booted() must be compatible with Illuminate\Support\ServiceProvider::booted(Closure $callback)

I am getting this error while upgrading Laravel v7.30.6 to v8.0. and everything is working in my current version (v7.30.6) @php artisan package:discover --ansi PHP Fatal error: Declaration of App\Providers\SparkServiceProvider::booted() must be…
ajay
  • 1
  • 1
1 2 3
14
15