Looks like "./spark/resources/views/auth/register-common.blade.php" could be what I'm looking for... now... how to set up a route (and a ".blade.php" for the page that will contain it)?
Subscribe+Register on same page
I've been getting to know Laravel for a few months now and am enjoying customizing and extending Spark. I want to shorten the sign-up process for new subscribers by putting the "<spark-subscribe-stripe>" form on the "register" page. I've written other custom Vue components and they are behaving as expected, but my attempts to do something like this https://www.summitform.com/register (one page with subscribe/credit-card, register forms) aren't working.
It seems like it should be easy... the Spark docs don't seem to cover how to do this. Has anyone got a solution or hint what I'm missing? (I'll keep reading through the Spark docs + code)
OMG. The Spark docs seriously need a search feature. I just found that all I wanted was to not call "Spark::noCardUpFront()" in "SparkServiceController::booted()". (Can I have my 3hrs back please)
Please or to participate in this conversation.