Skip to content

Commit 6576898

Browse files
authored
Apply suggestion from @tabacitu
1 parent 409fd00 commit 6576898

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,12 @@ If you require customized behavior after each asset is cached, you can set up a
336336

337337
## Upgrading from v1 to v2
338338

339-
- Run `php artisan basset:install --git-ignore` to refresh composer hooks and optionally ignore the public cache folder.
340-
- Decide on `BASSET_DISK` (`basset` + storage symlink, or `public_basset` + git rule) before deploying.
341-
- Replace any custom `@loadOnce` usage with `@basset` or `@bassetBlock`; the old directive now proxies the new ones.
342-
- Ensure deploy scripts warm the cache (`basset:cache` or `basset:fresh`) so your public folder is ready when the app boots.
339+
340+
To upgrade Basset:
341+
- **Step 1.** Run `php artisan basset:install --git-ignore` to refresh composer hooks and optionally ignore the public cache folder.
342+
- **Step 2.** Decide on `BASSET_DISK` (`basset` + storage symlink, or `public_basset` + git rule) before deploying.
343+
- **Step 3.** Replace any custom `@loadOnce` usage with `@basset` or `@bassetBlock`; the old directive now proxies the new ones.
344+
- **Step 4.** Ensure deploy scripts warm the cache (`basset:cache` or `basset:fresh`) so your public folder is ready when the app boots.
343345

344346
## Change log
345347

0 commit comments

Comments
 (0)