How to publish views? #14
-
I need to change the day.blade.php because I do not use id index. I use UUID |
Beta Was this translation helpful? Give feedback.
Answered by
joshtorres
Jan 23, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshtorres
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to just do
php artisan vendor:publish
and then search for "calendar". Then, select the "Omnia\LivewireCalendar\LivewireCalendarServiceProvider". That will publish all of the views to "resources/views/vendor/livewire-calendar" and you can edit them however you'd like from there.