- Consolidated the documentation for environment variables in `environment-variables.mdx` by removing duplicate entries for `JWT_TTL` and `JWT_SECRET`, ensuring clarity and reducing redundancy. - Introduced a new section for PHP configuration environment variables, detailing important settings such as `PHP_MEMORY_LIMIT`, `PHP_MAX_EXECUTION_TIME`, and others, to aid users in optimizing their PHP applications. - Added a section for database configuration environment variables, providing essential details for connecting the Laravel backend to the database. These changes aim to enhance the documentation's clarity and comprehensiveness, making it easier for users to configure their environments effectively. |
||
|---|---|---|
| .. | ||
| api-reference | ||
| configuration | ||
| contributing | ||
| deployment | ||
| images | ||
| snippets | ||
| README.MD | ||
| favicon.ico | ||
| favicon.svg | ||
| introduction.mdx | ||
| logo.svg | ||
| mint.json | ||
| tech-stack.mdx | ||
README.MD
Development
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mintlify
Run the following command at the root of your documentation (where mint.json is)
mintlify dev