File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments