Can you rewrite the Laravel install instructions to work with Laravel 9, now that laravel-mix has been killed in leu of Vite?
Hi,
Please note that we tried Vite but most of the jquery plugins such as Datatables, Select2, and Tagify are not compatible with Vite so in the meantime, we still need to maintain the laravel mix.
According to the official docs, the Vite is more suitable for SPA frameworks, the majority of popular vanilla js and jquery plugins are not compatible.
Regards.