fix(sanctum): add pp-planer.ddev.site to stateful domains for DDEV dev environment
This commit is contained in:
parent
8a2e250f14
commit
f25715a4fc
|
|
@ -7,6 +7,7 @@
|
||||||
'SANCTUM_STATEFUL_DOMAINS',
|
'SANCTUM_STATEFUL_DOMAINS',
|
||||||
implode(',', array_filter([
|
implode(',', array_filter([
|
||||||
$appHost,
|
$appHost,
|
||||||
|
'pp-planer.ddev.site',
|
||||||
'localhost',
|
'localhost',
|
||||||
'localhost:8000',
|
'localhost:8000',
|
||||||
'127.0.0.1',
|
'127.0.0.1',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue