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
docs: update README to reflect changes in asset publishing process
Revise the documentation to remove references to automatic asset publishing and emphasize manual publishing options. The updated README now includes enhanced command options for better control over the publishing process, clarifying the use of the `--clean` and `--force` flags. This aligns the documentation with recent changes in the package's asset management functionality.
Copy file name to clipboardExpand all lines: README.md
+15-38Lines changed: 15 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,55 +119,33 @@ return [
119
119
```
120
120
### Assets & Views
121
121
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