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 740dd8a commit db3617bCopy full SHA for db3617b
README.md
@@ -226,6 +226,10 @@ You should make changes custom host configurations ```./php-fpm/php-fpm.d/z-www.
226
docker container restart laravel
227
```
228
229
+Many important configuration values are defined using the ```./laravel/webapp/.env``` file that exists at the root of your application.
230
+
231
+[https://laravel.com/docs/9.x#environment-based-configuration](https://laravel.com/docs/9.x#environment-based-configuration)
232
233
add and/or remove laravel site folders and files with any ftp client program in ```./laravel/webapp``` folder.
234
<br />You can also visit `https://example.com` to access website after starting the containers.
235
0 commit comments