hours icon indicating copy to clipboard operation
hours copied to clipboard

Add self update command

Open matt-allan opened this issue 6 years ago • 1 comments

See https://laravel-zero.com/docs/build-a-standalone-application/

matt-allan avatar May 22 '19 17:05 matt-allan

This is going to be kind of complicated.

The default Github strategy uses releases which is what we want. However Laravel Zero overrides it to assume the phar is stored with the code.

The overridden class is registered in a 'component provider' which is a Laravel Zero concept and it isn't clear how to override those bindings.

matt-allan avatar May 24 '19 13:05 matt-allan