2017 © Pedro Peláez
 

library laradock-cli

laradock-cli

image

lorinlee/laradock-cli

laradock-cli

  • Saturday, June 3, 2017
  • by lorinlee
  • Repository
  • 2 Watchers
  • 30 Stars
  • 111 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

laradock-cli

A small commandline tool to create, start, stop laradock, or enter the workspace, (*1)

Install

composer global require lorinlee/laradock-cli, (*2)

Usage

# Enter the laravel project directory

# Create laradock
laradock init

# Start containers
laradock up nginx mysql redis

# Stop containers
laradock stop nginx 
# Or stop all containers
laradock stop

# Enter workspace
laradock bash
# Or use root
laradock bash --root

# List all containers
laradock ps

# Edit docker-compose.yml
laradock config

Now you can use your own repo, (*3)

# Set repo config
laradock repo myownrepo git@github.com:lorinlee/laradock.git

# Set default repo
laradock repo config_default myownrepo

# Prefer to use submodules (default no)
laradock repo config_submodule yes

# Disable enable the use of the default containers (default yes)
laradock repo config_use_default_container yes

# Use configured repo to init
laradock init myownrepo

License

Apache License, (*4)

The Versions

03/06 2017

dev-master

9999999-dev

laradock-cli

  Sources   Download

Apache

The Requires

 

by Avatar lorinlee

16/02 2017

v0.1.2

0.1.2.0

laradock-cli

  Sources   Download

Apache

The Requires

 

by Avatar lorinlee

06/02 2017

dev-dev

dev-dev

laradock-cli

  Sources   Download

Apache

The Requires

 

by Avatar lorinlee

06/02 2017

v0.1.1

0.1.1.0

laradock-cli

  Sources   Download

Apache

The Requires

 

by Avatar lorinlee

11/12 2016

v0.1.0

0.1.0.0

laradock-cli

  Sources   Download

Apache

The Requires

 

by Avatar lorinlee