Skip to content

Configuration

Publish the configuration file to customize the package:

bash
php artisan vendor:publish --tag=patches-config

This creates config/patches.php with the following options:

KeyDescription
tableThe database table used for logging executed patches.
pathThe directory where your patch files are stored.

Adjusting these is rarely required — the defaults are designed to fit a standard Laravel application.

Released under the MIT License.