Skip to content

Instantly share code, notes, and snippets.

@jamessom
Created December 21, 2018 18:25
Show Gist options
  • Save jamessom/600b567b1f66125fd9c7f537fadf5474 to your computer and use it in GitHub Desktop.
Save jamessom/600b567b1f66125fd9c7f537fadf5474 to your computer and use it in GitHub Desktop.
Create Lumen project via Docker
docker run --rm --interactive --tty --volume $PWD:/app composer create-project --prefer-dist laravel/lumen lumen-jwt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment