Skip to content

Commit 1a6ac5c

Browse files
authored
Merge pull request #1746 from hydephp/update-dotenv-example-file-documentation
Update site URL documentation to contain more details on its usages
2 parents 12ce55b + f341edf commit 1a6ac5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# If you have a domain, you should set the URL here so that permalinks can be generated. You can also set it in the config/hyde.php file.
1+
# If you have a domain, you should set the URL here so that sitemaps, RSS feeds, and permalinks can be generated. You can also set it in the config/hyde.php file.
22
SITE_URL=http://localhost
33

44
# If you want to use Torchlight.dev, enter your API token here to automatically enable it.

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This serves two purposes:
2020
- Use late static bindings to support overriding data collections file finding in https://github.com/hydephp/develop/pull/1717 (fixes https://github.com/hydephp/develop/issues/1716)
2121
- Method `Hyde::hasSiteUrl()` now returns false if the site URL is for localhost in https://github.com/hydephp/develop/pull/1726
2222
- Method `Hyde::url()` will now return a relative URL instead of throwing an exception when supplied a path even if the site URL is not set in https://github.com/hydephp/develop/pull/1726
23+
- Updated the `.env.example` file to contain more details on the site URL setting's usages in https://github.com/hydephp/develop/pull/1746
2324

2425
### Deprecated
2526
- for soon-to-be removed features.

0 commit comments

Comments
 (0)