Hello,
We are using your Metronic template with Laravel. Our current version is Laravel 10.
We wish to migrate to Laravel 11. Do you have an installation source for Laravel 11 or a guide for performing this migration?
We have also noticed that you use "mix" to compile views. We would now like to use "vite" instead of "mix". Do you have a guide to perform this migration?
Thank you.
Hi
You can follow this guide to upgrade to Laravel 11, as most of the updates involve Composer dependencies:
https://laravel.com/docs/11.x/upgrade#updating-dependencies
We are not using Vite yet for the Metronic Laravel template. However, we will consider migrating to it in the future.
Thank you.