-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken fresh laravel project on v9.37.0 #44738
Comments
+1 for broken fresh page. Hopefully will get the fix soon! Thanks @lmeraki for the report, now I have a peace of mind that it's not only me having this issue. |
This fix the broken fresh page / blank page out of the box experience. |
Hey all. We released a fix for Breeze. Thanks! |
Can confirm fix works. For existing projects, no need to call |
This one has been fixed in the latest release (just tagged). Sorry about that folks. Using:
will retain the new preloading functionality and continue to work in dev mode. |
Description:
a blank page on fresh laravel project after running
npm run dev
, whilenpm run build
works fine. I think after this PR #44096.Additional:
Steps To Reproduce:
composer create-project laravel/laravel example-app
composer require laravel/breeze --dev
php artisan breeze:install vue
npm run dev
The text was updated successfully, but these errors were encountered: