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

rameezisrar's avatar

Empty Register page with no registration form and no errors

I have a installed a new spark project successfully. I can go to to the login screen. But when i click on 'Register' button to register myself, I see no registration form but only header. I dont know why its behaving like that.

0 likes
4 replies
wbpren's avatar
wbpren
Best Answer
Level 1

@abudo I think you have to assign your stripe key and secret from your stripe account to the relevant fields in the .env file. Then everything should display properly :)

danibanai's avatar

And if i don't have a stripe key and secret from my stripe account??? . I just want to start programing. Don't what to open a stripe account yet, because it's a process

wbpren's avatar

@danibanai None of the routes are declared in the web.php file because they are heavily integrated in javascript with either stripe or braintree. I believe you will have to use one of the aforementioned payment methods, however you can create a free test account without having to register your business with them! (A Stripe test account is what I use)

Please or to participate in this conversation.