Why don't you just show the plans in landing page? Is there any specific concerns that we have to worry about?
Jan 10, 2017
3
Level 2
Passing selected plan to /register page via url parameters
I'm wondering if it's possible/reasonable to, instead of displaying all plans on the /register page, allow passing the selected plan in via a url parameter. My use case is that I'd like the plan to be chosen on a sales/landing page, and not display all the choices again on the registration page.
Level 2
Turns out you can pass plan=plan-id as a url parameter – this was fixed in https://github.com/laravel/spark/pull/514/
Please or to participate in this conversation.