Why Starter Kit of Laravel Breeze Vue is not working with Laravel Framework 8.83.17?
Is it occurring due to conflict of webpack.mix.js and vite.config.js? Because project has webpack by default but when I run php artisan breeze:install vue and npm install it added vite also
I'm using MAMP Server instead of Laravel's local development server
I did below steps:
Laravel Project:
composer create-project laravel/laravel laravue- Laravel version: Laravel Framework 8.83.17 checked with
php artisan --version cd laravue
- Laravel version: Laravel Framework 8.83.17 checked with
Then
composer require laravel/breeze --devphp artisan breeze:install vuephp artisan migratenpm install
Outputs:
When I run npm run dev then it creates below warning
When i run the project i can see only @vite('resources/js/app.js') in browser
Should I migrate from Laravel Mix to Vite
CodePudding user response:
After installing PHP v8.1.0 and Laravel v9.19.0 it fixed my problem.


