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
+47-3Lines changed: 47 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,14 +119,57 @@ return [
119
119
```
120
120
### Assets & Views
121
121
122
-
Publish dashboard assets:
122
+
#### Automatic Publishing (Recommended)
123
+
124
+
The package includes **automated asset publishing** that automatically updates views and assets when the package is updated. This feature is enabled by default and requires no manual intervention.
125
+
126
+
When you update the package via Composer, the system will:
127
+
- Automatically detect the version change
128
+
- Clean up old published files
129
+
- Republish the latest views and assets
130
+
- Log the process for transparency
131
+
132
+
#### Manual Publishing
133
+
134
+
You can still manually publish assets and views if needed:
0 commit comments