Laravel package for managing local fork development
emilsundberg/harbor-for-laravel is a Laravel package for laravel package for managing local fork development.
It currently has 0 GitHub stars and 39 downloads on Packagist (latest version 1.0.1).
Install it with composer require emilsundberg/harbor-for-laravel.
Discover more Laravel packages by emilsundberg
or browse all Laravel packages to compare alternatives.
Last updated
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.
You can install the package via composer:
composer require emilsundberg/harbor-for-laravel --dev
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>
composer test
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.