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

Laravel Spark 4.0: Unsupported driver [mongodb]

I tried installing package jenssegers/laravel-mongodb to add mongodb support to my existing Laravel Spark app that runs with MySQL database. My code with error: DB::connection('mongodb') ->collection('sample_data') …
arjayads
  • 553
  • 1
  • 5
  • 17
0
votes
1 answer

Custom Tags in Laravel Spark Templates?

In Laravel Spark, many of the vendor templates contain what look like custom tags. For example, the tag below. #File:…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
0
votes
1 answer

Laravel Spark with braintree

please help me. I am new to laravel spark. How to add custom fields in payment method in spark with brain tree, like adding customer name, cardholder name, cvv etc. In that payment method only card number and expiration date fields are available to…
0
votes
0 answers

Laravel Spark Token

In the installations doc, before installing or creating new Spark project, there's a need to register API token. spark register token-value I would like to know what is the purpose of registering the token and it is possible to change or update…
arjayads
  • 553
  • 1
  • 5
  • 17
0
votes
2 answers

Can't pass Vue variable to hidden input v-model in view(v-for)

I'm new to Vue JS and I'm building an application with Laravel Spark and trying to utilize Vue as much as possible. I have a form to simply add an 'Asset Type' with a component. Once the Asset Type is successfully created, a list of properties is…
cmcg182
  • 83
  • 2
  • 9
0
votes
2 answers

Composer cannot find path repo - Laravel spark

So, Laravel spark isn't letting me connect to the github any more and it's causing me to be unable to push to heroku and completely halting my work. I tried placing the spark code in a folder and then making the code path repository. However, when I…
Joshua Foxworth
  • 1,236
  • 1
  • 22
  • 50
0
votes
0 answers

Laravel Spark Github connection

I have been building and running a project using Laravel spark for several months now. A few days ago, my heroku commits started getting refused access to the github repo for spark. The error that I was getting was the same one as on this…
Joshua Foxworth
  • 1,236
  • 1
  • 22
  • 50
0
votes
0 answers

Uncaught ReferenceError: Bus is not defined in Spark Laravel

I was trying to move the some functionality which is the Drop down of the Laravel Spark at the NavBar to my app.blade.php . my code looks like this