LaravelPackages.net
Acme Inc.
Toggle sidebar
emilsundberg/harbor-for-laravel

Laravel package for managing local fork development

39
0
1.0.1
About emilsundberg/harbor-for-laravel

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 for Laravel

Latest Version on Packagist

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.

Star History Chart