-
I just installed Herd fresh on this laptop, then added a new Laravel 11 site with "laravel new example". During install I selected Jetstream and Livewire. The site loads fine in the browser at https://example.test (enabled the SSL). When I run How do you view the live reloading version of the site? https://example.test does not live reload, and I wouldn't really expect that one to. I tried running Is there anything special that needs done with the vite.config? I haven't changed anything from a normal Jetstream install yet. I'm on the free version of Herd btw, and have tried viewing both the .test domain and the artisan serve localhost version of the domain in Chrome, FF, and Safari. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Turns out the welcome.blade.php doesn't have the scripts required for hot reloading and that's where I was testing it on. |
Beta Was this translation helpful? Give feedback.
Turns out the welcome.blade.php doesn't have the scripts required for hot reloading and that's where I was testing it on.