Skip to content

Commit 64b8bc1

Browse files
authored
Merge pull request #130 from pelican-dev/add/StorageLink
2 parents d7415be + 94dd24e commit 64b8bc1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/panel/update.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ sudo COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader
7474
Even though composer might tell you that you have outdated dependencies, do **not** run `composer update`!
7575
</Admonition>
7676

77+
### Create storage symlinks
78+
79+
```sh
80+
php artisan storage:link
81+
```
82+
7783
### Clear Compiled Template Cache
7884

7985
You'll also want to clear the compiled template cache to ensure that new and modified templates show up correctly for

static/updatePanel.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ echo "Optimizing"
168168
php artisan optimize:clear
169169
php artisan filament:optimize
170170

171+
echo "Creating storage symlinks"
172+
php artisan storage:link
173+
171174
echo "Updating database"
172175
php artisan migrate --seed --force
173176

0 commit comments

Comments
 (0)