Dockervel: A Laravel development environment in Docker




A complete Laravel development environment in Docker Containers:

  • Bring Up a Laravel development environment with a single command easy as dup
  • Execute Artisan commands easy as dartisan make:auth
  • Run Composer command easy as dcomposer update
  • Run NodeJS script easy as dnodejs npm install
  • Run gulp watch easy as dgulp-watch
  • Containers managed with docker-compose
  • Lightweight as it is mostly based in Linux Alpine base image of 5MB.

Docker installation in Linux Mint and Ubuntu


Docker is an amazing technology that can bring your entire server infrastacture, at your desktop.
And this is how you install Docker and start playing with containers.