Commit b2c4025
committed
Update environment variables table in README
This commit updates the environment variables table in the README to
reflect the recent changes to our configuration:
- Replace APP_DIRECTORY with the new APP_DIR variable
- Update APP_PUBLIC_DIR description to indicate it's auto-generated from APP_DIR
- Remove SYMFONY_DIR and LARAVEL_DIR variables as frameworks are now installed
with configurable directories using APP_DIR
- Add new MailHog-related variables for email testing configuration
- Clarify which variables are only available in development environment
- Improve descriptions for better clarity
These changes ensure the documentation accurately represents the current
environment configuration options and helps users understand how the
variables interact with each other.1 parent 2818ad4 commit b2c4025
1 file changed
+15
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
0 commit comments