From a03989f0e2ed13b45028ca702ec2db7ced7418df Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 4 Sep 2021 12:35:16 +0200 Subject: [PATCH] Add note to fix sanctum when using non-standard port --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 44853cd..c8db88a 100644 --- a/.env.example +++ b/.env.example @@ -20,6 +20,8 @@ FILESYSTEM_DRIVER=local QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 +# Only required if using a custom port on APP_URL +# SANCTUM_STATEFUL_DOMAINS=localhost:8000 MEMCACHED_HOST=127.0.0.1