Closed aleixmorgadas closed 5 months ago
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
I totally missed the policy.blade.php
in the root of views
:facepalm:
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