Giter Site home page Giter Site logo

laravel-migrate's Introduction

Laravel migrations (based on Lumen)

Based on

Usage

docker run -v "/your/path/to/migrations:/migrations" -e "DB_HOST=host" -e "DB_PORT=3306" -e "DB_DATABASE=example" -e "DB_USERNAME=root" -e "DB_PASSWORD=secret" --rm velmie/laravel-migrate:1.1.0

Options

  • -v Bind mount a volume
    • -v "/your/path/to/migrations:/migrations"
  • -e Set environment variables
    • -e "DB_HOST=host" Specify DB host
    • -e "DB_PORT=3306" Specify DB port
    • -e "DB_DATABASE=example" Specify DB name
    • -e "DB_USERNAME=root" Specify DB username
    • -e "DB_PASSWORD=secret" Specify DB password
  • velmie/laravel-migrate:1.1.0 Docker image to use
  • --rm Automatically remove the container when it exits

By default, it uses mysql connection. You may also specify connection by adding -e "DB_CONNECTION=mysql"

Localhost

If you need to run migrations on your host machine then simply add --network="host" and specify -e "DB_HOST=127.0.0.1". Note that exactly "127.0.0.1" not "localhost" (otherwise it may try to connect via socket file).

laravel-migrate's People

Contributors

a1ex-p avatar goncharovleonid avatar sasha-kukareko-velmie avatar alex-poliushkin avatar kviatsetskiandrey avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.