laravel / jetstream

Tailwind scaffolding for the Laravel framework.

Home Page:https://jetstream.laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to customize termsAndPrivacyPolicy views

aleixmorgadas opened this issue · comments

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

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 🤦