whatdafox / harbor
This package is abandoned and no longer maintained.
No replacement package was suggested.
Command-line tool to dockerize Laravel.
1.2.3
2019-12-07 10:35 UTC
Requires
- php: ^7.4
- laravel-zero/framework: 6.1.*
- mustangostang/spyc: ^0.6.3
- symfony/process: 4.4.*
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^8.5
README
Command-line tool to help dockerize Laravel. Built using Laravel Zero.
Installation
$ composer global require whatdafox/harbor
Usage
Create a new Laravel application (using the Laravel Installer):
$ laravel new MyApplication
Initialize Harbor:
$ harbor init
Boot your containers:
$ harbor up
To shut down the container, run:
$ harbor down
To see all running containers, run:
$ harbor ps
To 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]
License
Harbor is an open-source software licensed under the MIT license.