You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-a-standalone-application.md
+5
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,15 @@ We use [`humbug/box`](https://github.com/box-project/box) to provide fast applic
24
24
25
25
Please check the box documentation to understand all options: [github.com/box-project/box/blob/master/doc/configuration.md](https://github.com/box-project/box/blob/master/doc/configuration.md).
26
26
27
+
<aname="non-interactive-build"></a>
27
28
## Non-interactive build
28
29
29
30
When you build you get asked about build version, in case you want to skip this step you can provide the build version as an option:
This component will add an Artisan `self-update` command to every build application. This command
42
44
will try to download the latest version from GitHub, if available.
43
45
46
+
<aname="custom-update-strategies"></a>
44
47
#### Custom update strategies
45
48
46
49
The self-updater supports custom "strategies" to configure how the application is updated. By default it uses the `GithubStrategy` which will try to download the PHAR binary from a `builds/` directory in the GitHub source repository.
0 commit comments