You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By following these steps, you can extend the environment to support virtually any PHP framework or custom application structure.
468
+
By following these steps, you can extend the environment to support virtually any PHP workspace or custom application structure.
469
469
470
470
### Important Note
471
471
472
-
If you switch between environments using `make dev` or `make prod`, you'll need to reconfigure your framework-specific variables in your `.env` file, as these commands replace the entire file.
472
+
If you switch between environments using `make dev` or `make prod`, you'll need to reconfigure your workspace-specific variables in your `.env` file, as these commands replace the entire file.
473
473
474
474
## 📊 Database Connection
475
475
@@ -513,7 +513,7 @@ To customize PHP settings, edit the `etc/php/php.ini` file.
513
513
514
514
The Nginx configuration uses a template system with environment variables. Edit `etc/nginx/default.template.conf` to customize the server configuration.
515
515
516
-
Framework-specific configurations are stored in `etc/nginx/framework/` directory.
516
+
Framework-specific configurations are stored in `etc/nginx/workspace/` directory.
0 commit comments