Skip to content

sharanvelu/dockr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockR Logo

Local Development Environment for Laravel using Docker. V2.0

Introduction

DockR is a script based package written on bash to provide you an interactive Laravel development environment using Docker. Once Docker and DockR are installed on your machine, You are good to go. DockR's ease of use and features allow anyone to work with Docker with ease. DockR has many features that you can't get it with any other packages.

Compatability

DockR is compatible with almost all platforms such as macOS, Linux and Windows (WSL).

We aren't planning for native Windows support (without WSL) as of now. But may be in the future releases.

Installation

macOS, Linux or Windows(WSL)

sudo bash -c "$(curl -fsSL install.dockr.in)"

Usage

Setup DOCKR_SITE and DOCKR_PHP_VERSION in your projects .env file.

Starting your App :

dockr up

Stopping your App :

dockr down

Official Documentation

Full Documentation for DockR can be found on the DockR Website.

License

DockR is open-sourced software licensed under the MIT license.