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.
@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 :)
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
@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)