iadimitriu/laravel-updater

Laravel updater package

Installs: 3 536

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 1

pkg:composer/iadimitriu/laravel-updater

1.0.9 2021-03-11 10:11 UTC

This package is auto-updated.

Last update: 2025-10-04 14:50:39 UTC


README

#Simple documentation A new documentation will be available later.

Installation

Install the package via Composer

composer require iadimitriu/laravel-updater

Usage

Publish the config file

php artisan vendor:publish --provider="Iadimitriu\LaravelUpdater\UpdaterServiceProvider" --tag="config"

Create a new file update

php artisan make:update TheUpdateName

Run the updates

php artisan update