Skip to content

Commit

Permalink
Merge pull request #25 from calkeo/patch-1
Browse files Browse the repository at this point in the history
Update strategy class names in standalone app docs
  • Loading branch information
owenvoke authored Apr 15, 2022
2 parents acd4acd + 80d235c commit dd19708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-a-standalone-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ Custom strategies must implement the following [`StrategyInterface` interface](h
By default, a few strategies are provided in Laravel Zero:

- Download the PHAR file from the `builds/` directory on GitHub:
`LaravelZero\Framework\Components\Updater\Strategy\GitHubStrategy`
`LaravelZero\Framework\Components\Updater\Strategy\GithubStrategy`
- Download the PHAR file from GitHub releases assets:
`LaravelZero\Framework\Components\Updater\Strategy\GitHubReleasesStrategy`
`LaravelZero\Framework\Components\Updater\Strategy\GithubReleasesStrategy`
- Download the PHAR file from the `builds/` directory on GitLab:
`LaravelZero\Framework\Components\Updater\Strategy\GitLabStrategy`
`LaravelZero\Framework\Components\Updater\Strategy\GitlabStrategy`

To use a custom strategy, first publish the config using:

Expand Down

0 comments on commit dd19708

Please sign in to comment.