Composer update _before_ self upgrade

This commit is contained in:
DaneEveritt 2022-05-29 21:22:18 -04:00
parent 057b8e2719
commit 2791177505
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -60,7 +60,8 @@ in this upgrade documentation.
**Note:** You must have `php-posix` extension for the self-upgrade to detect file ownership.
```bash
cd /var/www/pterodactyl && php artisan p:upgrade
cd /var/www/pterodactyl
composer install --optimize-autoloaded --no-dev && php artisan p:upgrade
```
[Final Step: Upgrade Wings](/wings/1.0/upgrading.md)