Skip to content

Commit f9ebd62

Browse files
committed
flow
1 parent b76dd8f commit f9ebd62

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

UPGRADE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,6 @@ You may start the SSR server using `node`:
328328
node storage/ssr/ssr.js
329329
```
330330

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-
338331
### Wrapping up
339332

340333
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
351344

352345
For further information on how to use Vite, please check out [the Laravel Vite documentation](https://laravel.com/docs/vite).
353346

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.
353+
354354
## Migrating from Vite to Laravel Mix
355355

356356
### Install Laravel Mix

0 commit comments

Comments
 (0)