We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7256e commit ef1d840Copy full SHA for ef1d840
README.md
@@ -229,6 +229,10 @@ You should make changes custom host configurations ```./php-fpm/php-fpm.d/z-www.
229
docker container restart laravel
230
```
231
232
+Many important configuration values are defined using the ```./laravel/webapp/.env``` file that exists at the root of your application.
233
+
234
+[https://laravel.com/docs/9.x#environment-based-configuration](https://laravel.com/docs/9.x#environment-based-configuration)
235
236
add and/or remove laravel site folders and files with any ftp client program in ```./laravel/webapp``` folder.
237
<br />You can also visit `https://example.com` to access website after starting the containers.
238
0 commit comments