You can probably extend or even replace BillingPortal.vue with your own version. I wouldn't do it cause then every time you receive an update you would have to check what is new and if your change broke it.
May 12, 2021
4
Level 1
Customizing Spark Next UI
I'm new to Spark, purchased and installed the latest (and greatest?) Spark Next. Using a project based on Jetstream / Livewire, I want to customize the UI above the level the thin documentation provides (changing logo and so); but rather make some changes to the default style + rearrange and hide some fields. I found that I can publish the views:
php artisan vendor:publish --tag=spark-views
But that publishes only app.blade.php and 2 email templates. How can I publish and customize all other views, like all the HTML under BillingPortal.vue (that I see under the /vendor folder)?
Please or to participate in this conversation.