-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payments #2
Comments
|
In /dashboard thier is navbar logic |
|
Case 1: User doesn't have any subscription
**Case 2: Have already subscribed **
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement Subscription Payments
Create
Free
,Basic
andPremium
Basic
as $49 andPremium
as $99Basic
will be $500andPremium
will be $1000Update
Middleware and access control
/
-> Dashboard [Everyone can access]/free
-> Sample Free URL [Everyone can access]/basic
-> Sample Basic URL [Both Basic and Premium plans can access but not free]/premium
-> Sample Premium URL [Only Premium plans can access but not free and basic]Using
The text was updated successfully, but these errors were encountered: