All Projects → WhatDaFox → Harbor

WhatDaFox / Harbor

Licence: MIT license
Command-line tool to dockerize Laravel.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Harbor

The-Overly-Complicated-Random-Number-Generator
An Overly Complex Random Number Generator, created to demystify how containers work.
Stars: ✭ 25 (-50.98%)
Mutual labels:  docker-compose-template
docker-compose-laravel
A Docker Compose setup for Laravel projects.
Stars: ✭ 23 (-54.9%)
Mutual labels:  docker-compose-template
Laradock
Full PHP development environment for Docker.
Stars: ✭ 11,064 (+21594.12%)
Mutual labels:  docker-compose-template
ansible-role-containerized-wordpress
Deploy & run Docker Compose project for WordPress instance with Let's Encrypt HTTPS encryption
Stars: ✭ 15 (-70.59%)
Mutual labels:  docker-compose-template
cakephp-docker
A cakephp/app 4.2 template for Docker and Kubernetes.
Stars: ✭ 17 (-66.67%)
Mutual labels:  docker-compose-template
yii2-laradock
Laradock pre-configured for Yii2 Framework (https://github.com/LaraDock/laradock)
Stars: ✭ 16 (-68.63%)
Mutual labels:  docker-compose-template
Laravel-Docker-Template
Docker compose template for Laravel application
Stars: ✭ 31 (-39.22%)
Mutual labels:  docker-compose-template

Harbor

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].