Laravel 11 + Vue3 test demo Go inside the Project and install the required package. npm install composer update To start the vite server, use this command: npm run dev To start the laravel server, use this command: php artisan serve