Download the PHP package rappasoft/laravel-patches without Composer
On this page you can find all versions of the php package rappasoft/laravel-patches. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rappasoft/laravel-patches
More information about rappasoft/laravel-patches
Files in rappasoft/laravel-patches
Package laravel-patches
Short Description Run patches migration style in your Laravel applications.
License MIT
Homepage https://github.com/rappasoft/laravel-patches
Informations about the package laravel-patches
Enjoying this package? Buy me a beer 🍺
This package generates patch files in the same fashion Laravel generates migrations. Each file is timestamped with an up and a down method and is associated with a batch. You may run or rollback patches with the commands below.
This is a very simple package. It runs whatever is in your up and down methods on each patch in the order the patches are defined. It currently does not handle any errors or database transactions, please make sure you account for everything and have a backup plan when running patches in production.
Installation
You can install the package via composer:
Documentation and Usage Instructions
See the documentation for detailed installation and usage instructions.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Anthony Rappa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-patches with dependencies
spatie/laravel-package-tools Version ^1.1
illuminate/contracts Version ^10.0