docs(nanobox): update django by laravel 🌟

This commit is contained in:
Julien Le Coupanec 2019-04-24 23:44:54 +02:00 committed by GitHub
parent ba836197c6
commit 7536d71c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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