From 76a52b9fe71f3e47b4602052d6f0ebef767d3fcd Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Sat, 15 May 2021 23:14:21 -0400 Subject: [PATCH] Install Vessel as a Composer Development Requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb8a467..281845e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Vessel is just a small set of files that sets up a local Docker-based dev enviro This is all there is to using it: ```bash -composer require shipping-docker/vessel +composer require --dev shipping-docker/vessel php artisan vendor:publish --provider="Vessel\VesselServiceProvider" # Run this once to initialize project