Skip to content

Commit

Permalink
Adding linking storage to the procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyNadd committed Dec 15, 2024
1 parent ff020fe commit ff86d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
cp ../.env .env
sudo php artisan key:generate --force
sudo php artisan migrate --force
sudo php artisan storage:link
sudo php artisan config:cache
sudo php artisan route:cache
sudo php artisan view:cache
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ T-Caps is a project developed by students of the HE-Arc engineering school in Sw
```bash
php artisan migrate:fresh --seed
```

6. Link the storage
```bash
php artisan storage:link
```

6. Start the servers
```bash
Expand Down

0 comments on commit ff86d5c

Please sign in to comment.