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
1
vote
0 answers

Redirecting to a Laravel Spark Settings Page

In Laravel Spark, settings pages have URLs that look like this http://app.dev/settings#/security Is there a way, via Laravel's PHP code (from a controller action) to redirect to these URLs that doesn't involve manually adding the # portion to the…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
1
vote
0 answers

Laravel Spark API call validation not returning errors on fail but showing login page

I am working on a Laravel API and have a resource route for adding events. I have added a form request for validation, but when using Postman with a correct API key set the validation failure will return a 200 status and show the login page as if…
Lovelock
  • 7,689
  • 19
  • 86
  • 186
1
vote
0 answers

How to change the default layout in Laravel Spark?

How can I change the default layout provided by Laravel Spark? I want to integrate theme from something like https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes it would be easy if someone could guide me…
1
vote
0 answers

Laravel Spark - user registration fails

I have a clean install of Laravel 5.4 and Spark 4.0. Running only within Homestead for now. When I try to register as a user, the screen flashes very briefly to a page full of errors, then returns to the registration form. Nothing is written to the…
Roger Creasy
  • 1,419
  • 2
  • 19
  • 35
1
vote
1 answer

how to pass object vuejs

In My laravel + Spark + Vue js project, I have used https://github.com/Vanthink-UED/vue-core-image-upload, They have code like export default { props:{ cropBtn: { type: Object, default: function() { return { ok: '保存', …
Jass
  • 3,345
  • 3
  • 24
  • 41
1
vote
2 answers

Vue-multiselect inconsistent reactive options

So I'm building an application using Laravel Spark, and therefore taking the opportunity to learn some Vue.js while I'm at it. It's taken longer for me to get my head around it than I would have liked but I have nearly got Vue-multiselect working…
davidsneal
  • 138
  • 1
  • 9
1
vote
1 answer

How can I speed up gulp?

On a vanilla Laravel Spark install, it takes me about 20 seconds to run gulp. Here's my log: [15:05:48] Starting 'all'... [15:05:48] Starting 'less'... [15:05:53] Finished 'less' after 4.74 s [15:05:53] Starting 'webpack'... [15:05:58] [15:05:58]…
Citizen
  • 12,430
  • 26
  • 76
  • 117
1
vote
1 answer

How to overwrite an vendor class

How can i overwrite a vendor class? I'm using Laravel Spark and i wanna have Uuid for all models. Due Spark manage some models inside the package and i don't see a possibility to use my own model for Notifications etc. i would like to overwrite the…
mastercheef85
  • 2,109
  • 3
  • 18
  • 25
1
vote
2 answers

Using parent component data in child component Vue Js

I am using Laravel Spark, and have a component within a component. In my parent component I have questions data in my…
Lovelock
  • 7,689
  • 19
  • 86
  • 186
1
vote
1 answer

Installing Spark in Laravel - The command doesn't exist

I am trying to install Spark in Laravel using its own documentation. Everything has been installed fine, however when I get to the: php artisan spark:install --force part my command prompt simply won't work.…
prgrm
  • 3,734
  • 14
  • 40
  • 80
1
vote
0 answers

Spark: Access custom method with relationship

I've just bought Spark and I am a total Laravel-newbie, so bear over with me. I'm trying to make a todo-app, how original :), just to get the hang of it, but I have a hard time getting the Eloquent relationship into Vue. It works in php artisan…
curly_brackets
  • 5,491
  • 15
  • 58
  • 102
1
vote
1 answer

Issues installing Laravel/Spark Due to System PHP Version

I'm on a new development machine, and I'm having issues installing Laravel, Spark, or just about anything that requires anything newer than PHP 5.5.30. The problem is, I'm using MAMP Pro which IS running PHP 7.0.1. I've also tried to update my…
Jono Thorne
  • 51
  • 1
  • 9
1
vote
0 answers

Laravel Spark: can't create user account. Brief flash with tons of errors

I've just created a new installation of Laravel Spark. Everything went fine but I can't create new user accounts. When I register, I see about 7 errors for like 0.2 seconds before I'm redirected back to /register. I made a screenrecording of Chrome…
Roemer
  • 1,336
  • 1
  • 15
  • 39
1
vote
0 answers

Help needed in make custom module in kiosk(Laravel Spark)

We are new to Laravel Spark, we are trying to add custom module in kiosk so we want one form in that module,we are following steps of below link https://spark.laravel.com/docs/2.0/forms We are define our vue component for form in our…
Vivek
  • 76
  • 6
1
vote
1 answer

Laravel SparkForm file upload error

I'm working on a Laravel Spark project and I am trying to get a form to upload a folder to my S3 bucket. I have the form built:
Jonny Forney
  • 1,988
  • 3
  • 17
  • 15