Skip to content

Commit a84edf3

Browse files
committed
update upgrade guide
1 parent c08b667 commit a84edf3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

resources/views/docs/desktop/2/getting-started/upgrade-guide.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ Please replace `nativephp/electron` in your `composer.json` with the new package
3333
```
3434

3535
If you're requiring `nativephp/laravel` as well, please remove that too.
36-
Then run `composer update` and `php artisan native:install` and you're good to go.
36+
37+
Then update the package:
38+
39+
```sh
40+
composer update
41+
php artisan native:install
42+
```
3743

3844
After installation, the `native:install` script will be automatically registered as a `post-update-cmd`, so you won't have to manually run it after a composer update.
3945

0 commit comments

Comments
 (0)