Terms and Policy
Does anyone know how to implement a jetstream like terms and privacy policy?
2 Replies
In Laravel Jetstream, there is a feature called Terms and privacy policy. You have to create two markdown files and name them as policy.md and terms.md and keep them in your resources directory under markdown sub-directory and enable the feature in the Jetstream config file by uncommenting the corresponding line. Once it is done, Laravel will take the user after registration and email verification to that terms and policy page. Unless the user agrees to the terms it will not let the user continue to the dashboard. The email verification is already available in Filament. Is there a way to do the terms and policy page also?