From 7536d71c8da6b502190bd3583b9174be2e8db69f Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Wed, 24 Apr 2019 23:44:54 +0200 Subject: [PATCH] =?UTF-8?q?docs(nanobox):=20update=20django=20by=20laravel?= =?UTF-8?q?=20=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/nanobox_cli.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nanobox_cli.sh b/tools/nanobox_cli.sh index 522fba2..dcabda4 100644 --- a/tools/nanobox_cli.sh +++ b/tools/nanobox_cli.sh @@ -99,7 +99,7 @@ nanobox version # Add a convenient way to access your app from the browser nanobox dns add local vue.dev -nanobox dns add local django.dev +nanobox dns add local laravel.dev # Run your app as you would normally, with Nanobox nanobox run npm run dev --host 0.0.0.0 @@ -116,7 +116,7 @@ nanobox info local # Add a DNS Alias to a dry-run app -nanobox dns add dry-run django.preview +nanobox dns add dry-run laravel.preview # Preview your app locally nanobox deploy dry-run