laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

Unable to customize termsAndPrivacyPolicy views #1497

Closed aleixmorgadas closed 1 month ago

aleixmorgadas commented 1 month ago

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 commented 1 month 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

aleixmorgadas commented 1 month ago

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