Laravel Patches Documentation

🎉 Enjoying this package? Consider sponsoring me on GitHub or buying me a beer.

Configuration

You can publish the config file with:

1php artisan vendor:publish --provider="Rappasoft\LaravelPatches\LaravelPatchesServiceProvider" --tag="laravel-patches-config"

You can publish and run the migrations with:

1php artisan vendor:publish --provider="Rappasoft\LaravelPatches\LaravelPatchesServiceProvider" --tag="laravel-patches-migrations"
2php artisan migrate