2017 © Pedro Peláez
 

library laravel-shipper

Integrate Docker into your Laravel development workflow

image

x3tech/laravel-shipper

Integrate Docker into your Laravel development workflow

  • Friday, June 12, 2015
  • by 3onyc
  • Repository
  • 3 Watchers
  • 6 Stars
  • 4,197 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 9 % Grown

The README.md

Laravel Shipper

Integrating Laravel, Docker and Docker-Compose, (*1)

Requirements

Instructions

  1. Add to composer.json, (*2)

    composer require 'x3tech/laravel-shipper' '>=0.5'
    
  2. Add the provider to config/app.php, (*3)

    'providers' => array(
       ...
       'x3tech\LaravelShipper\Provider\ShipperProvider'
    );
    
  3. If using MySQL, set host to db in database.php, (*4)

  4. If using beanstalkd, set host to queue in queue.php
  5. Generate the docker-compose.yml config file, (*5)

    ./artisan shipper:create:all, (*6)

  6. Build and start the containers, (*7)

    docker-compose build && docker-compose up, (*8)

  7. Wait until the containers are started, and visit http://localhost:8080, (*9)

FAQ

How do I run a command on my project (Such as artisan)

docker-compose run --rm app <command>, (*10)

Examples, (*11)

Artisan:, (*12)

docker-compose run --rm app ./artisan, (*13)

PHPUnit:, (*14)

docker-compose run --rm app vendor/bin/phpunit, (*15)

The Versions

12/06 2015

dev-develop

dev-develop https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

12/06 2015

dev-feature-php

dev-feature-php https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

12/06 2015

dev-feature-shell

dev-feature-shell https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

12/06 2015

dev-wip-docs

dev-wip-docs https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

12/06 2015

0.5.0

0.5.0.0 https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

25/10 2014

0.1.0

0.1.0.0 https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

25/10 2014

0.1.1

0.1.1.0 https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

25/10 2014

0.2.0

0.2.0.0 https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

25/10 2014

0.3.0

0.3.0.0 https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

25/10 2014

0.4.0

0.4.0.0 https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan

25/10 2014

0.4.1

0.4.1.0 https://github.com/3onyc/laravel-shipper

Integrate Docker into your Laravel development workflow

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel docker artisan