Level 10
Check documentation
https://laravel.com/docs/9.x/vite#blade-processing-static-assets
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am trying to copy static assets with vite in to my public folder. Like I do it with Mix
.copyDirectory('vendor/tinymce/tinymce', 'public/js/tinymce');
Is this somehow possible?
Please or to participate in this conversation.