laravel-selfupdater
laravel-selfupdater copied to clipboard
This package provides some basic methods to implement a self updating functionality for your Laravel application. Already bundled are some methods to provide a self-update mechanism via Github or some...
Hi, Can you please add support for gitea Regards
We've been using the self-updater for quite a while and things are working perfectly. Recently we've seen the following error [2021-08-02 21:17:29] production.ERROR: strlen() expects parameter 1 to be string,...
Currently notification are sent only via mail. Adding Slack as notification channel would be nice.
I added in the ability to pull updates from GitHub releases - as opposed to pulling directly from GitHub repository files. This means, using something like GitHub Actions, I can...
After running `php artisan vendor:publish --provider="Codedge\Updater\UpdaterServiceProvider" ` I found that the config file published was `/config/self-update.php` instead of `/config/self-updater.php`. This updates the readme to reflect that.
Updates the requirements on dg/bypass-finals to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Changelog Sourced from phpunit/phpunit's changelog. [10.5.10] - 2024-02-04 Fixed #5692: --log-events-text and --log-events-verbose-text require the destination file to exit [10.5.9]...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Updates the requirements on [orchestra/testbench](https://github.com/orchestral/testbench) to permit the latest version. Release notes Sourced from orchestra/testbench's releases. v8.21.1 Changes Update minimum support for Testbench Core v8.21.1+. (v8.21.0...v8.21.1) Testbench Changes Changes Support...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...