Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

toneee's avatar

Should I move my project to Spark?

Hi All,

I am after some advice about if I should move my project to Spark from the Base/Standard Laravel?

  • Is it advised/secure to run production applications with Spark?
  • Is it possible to setup multi-auth Spark? (I currently have 2 different types of users authenticating to 2 different databases. Users goes to users.doman.tld and Admins go to admins.domain.tld. I know this is routing and simple, but setting up to use different auth guards was a pain, until it finally clicked. How easy is this to setup with spark and is there a tutorial?)

Hope someone can answer my questions and give some advice before I start to migrate move my part written application to Spark.

Thanks!

0 likes
5 replies
Oscar165's avatar

I am new to Spark I was able get up and going. I am new laravel etc. I decided to try it because it gets you to a starting point of just building your application. I believe you get a 7 day money back to try it. I believe its as secure as laravel. Another difference is it also uses vue.js. Hope this helps.

jlrdw's avatar

Make sure you read the spark documentation thoroughly it's not set up for an existing application rather to start with a new application but like I said just read the docs.

shashi_verma's avatar

@jlrdw as you are saying that if we have created a project suppose in vuejs and laravel and its working fine, and if i want to add if i want to add laravel spark in it, then do i have to re-create the whole application again??..Can you tell me an honest answer on that should we use laravel spark ?if i am providing some one an admin template with laravel spark would it be ok with that?and if he use my template and want to use the functionality of spark then he also has to buy the laravel spark? thank you

jlrdw's avatar

Why not look at it the opposite way start a new spark and bring your code to that.

Please or to participate in this conversation.