An open API service indexing awesome lists of open source software.

https://github.com/devdrops/vapor-cli-docker

Docker image with Laravel's Vapor CLI
https://github.com/devdrops/vapor-cli-docker

docker laravel laravel-vapor php

Last synced: about 2 months ago
JSON representation

Docker image with Laravel's Vapor CLI

Awesome Lists containing this project

README

        

# Vapor CLI

A Docker image providing Laravel's [Vapor](https://github.com/laravel/vapor-cli) CLI. Available at
[Docker Hub](https://hub.docker.com/r/devdrops/vapor-cli/).

Each tag is based on Vapor's version, where `latest` will be the current stable version.

**Important:** as Vapor requires authentication to execute it's commands, this image does not offer ways to persist any
credentials. You'll have to provide it every time you use this image :wink:

## How to Run?

```bash
docker run -ti --rm devdrops/vapor-cli:latest vapor --version
```