Skip to content
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

Unable to customize termsAndPrivacyPolicy views #1497

Closed
aleixmorgadas opened this issue Jun 2, 2024 · 2 comments
Closed

Unable to customize termsAndPrivacyPolicy views #1497

aleixmorgadas opened this issue Jun 2, 2024 · 2 comments

Comments

@aleixmorgadas
Copy link

aleixmorgadas commented Jun 2, 2024

Jetstream Version

5.1

Jetstream Stack

Livewire

Laravel Version

11.9

PHP Version

8.2

Database Driver & Version

No response

Description

I enabled the feature Features::termsAndPrivacyPolicy() and I found myself unable to customize the view to include my logo and adapt to my own page styles.

Compared to registration layout and others, TermsAndPrivacyPolicy components are inside the vendor and unable to be extended.

Steps To Reproduce

composer create-project laravel/laravel example
composer require laravel/jetstream
php artisan jetstream:install livewire --teams
@aleixmorgadas
Copy link
Author

I confirm that it is not the case for
php artisan jetstream:install inertia. Those components are part of the resources/js/Pages/Components folder

@aleixmorgadas
Copy link
Author

I totally missed the policy.blade.php in the root of views 🤦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant