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: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,33 @@ demo/vue-project
61
61
cd vue-project
62
62
# Vue build
63
63
npm run build
64
+
# Clear Laravel view cache
65
+
php artisan view:clear
64
66
# Php Laravel server
65
67
php ../artisan serve
66
68
```
67
69
70
+
## Wyczyść view cache (dev mode)
71
+
72
+
Jeżeli przeglądarka nie pokazuje aktualnej strony lub pokazuje błąd wczytywania plików index.[hash].js wyczyść view cache w Laravelu i uruchom localny server ponownie.
0 commit comments