Command-line tool to help dockerize Laravel. Built using Laravel Zero.
$ composer global require whatdafox/harborCreate a new Laravel application (using the Laravel Installer):
$ laravel new MyApplicationInitialize Harbor:
$ harbor initBoot your containers:
$ harbor upTo shut down the container, run:
$ harbor downTo see all running containers, run:
$ harbor psTo run artisan commands, run:
$ harbor artisan [arguments & options]To run composer commands, run:
$ harbor composer [arguments & options]To run phpunit commands, run:
$ harbor phpunit [arguments & options]To run any other commands, run:
$ harbor run command [arguments & options]Harbor is an open-source software licensed under the MIT license.