emilsundberg / harbor-for-laravel
Laravel package for managing local fork development
1.0.0
2024-10-29 21:13 UTC
Requires
- php: ^8.1
Requires (Dev)
- orchestra/testbench: ^9.5
- pestphp/pest: ^3.5
- pestphp/pest-plugin-laravel: ^3.0
README
Harbor is an elegant Laravel package for managing your package forks when contributing to open source. It allows you to easily manage your forks by docking them in your local harbor, and then casting off back to the original package once your pull request is merged.
Installation
You can install the package via composer:
composer require emilsundberg/harbor-for-laravel --dev
Usage
Start by making a fork of the package you want to contribute to. Then dock the fork in your local harbor.
php artisan harbor:dock <package>
Once you have made your changes and your pull request is merged, you can cast off back to the original package.
php artisan harbor:depart <package>
Testing
composer test
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.