How to inherit the modal.blade.php file #409
Answered
by
PhiloNL
mikecchops
asked this question in
Q&A
|
Hi, we are looking to make some changes to the file: I've tried copying the modal.blade.php file to Does anyone know how we can specify a new modal.blade.php file? Thanks |
Answered by
PhiloNL
Feb 26, 2024
Replies: 3 comments
|
Did you find out anything in the meantime? I am facing the same issue since updating from Livewire 2 to Livewire 3. |
0 replies
|
It should work, have you tried the |
0 replies
Answer selected by
PhiloNL
|
Thanks a lot Philo; I missed, that the folder name changed. I got it to work by moving |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should work, have you tried the
php artisan vendor:publishcommand?