You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,13 +328,6 @@ You may start the SSR server using `node`:
328
328
node storage/ssr/ssr.js
329
329
```
330
330
331
-
### Troubleshooting
332
-
333
-
If you have followed all of the above steps, but are still having issues you should try the following steps:
334
-
335
-
- Run `php artisan view:clear` to clear any compiled view assets.
336
-
- If your development web server is running on HTTPS, check out the ["Working With A Secure Development Server"](https://laravel.com/docs/9.x/vite#working-with-a-secure-development-server) section of the documentation.
337
-
338
331
### Wrapping up
339
332
340
333
You should now be able to build your assets using `dev` command. This will also invoke the Vite server and Vite will watch for file changes:
@@ -351,6 +344,13 @@ npm run build
351
344
352
345
For further information on how to use Vite, please check out [the Laravel Vite documentation](https://laravel.com/docs/vite).
353
346
347
+
### Troubleshooting
348
+
349
+
If you have followed all of the above steps, but are still having issues you should try the following steps:
350
+
351
+
- Run `php artisan view:clear` to clear any compiled view assets.
352
+
- If your development web server is running on HTTPS, check out the ["Working With A Secure Development Server"](https://laravel.com/docs/9.x/vite#working-with-a-secure-development-server) section of the documentation.
0 commit comments