# Installation

\
Requires PHP Version: >=8.2 & [Imagick](https://github.com/Imagick/imagick) PHP Extension

<figure><img src="/files/txAMdMZZePbl0IC43Yiz" alt=""><figcaption><p>Download Preview</p></figcaption></figure>

Once you extract the code files, you will see the folders as shown in the image.\
\
You can see the "**emenu.zip**" and "**emenu**.**sql**" files that you require to process installation.

The following process will be used to install the admin dashboard using the package manager

1. Download the script from code canyon.
2. Once you download and extract the script file you will find "**emenu.zip**". Upload this zip file to your server and extract it to your root location.
3. Create a database on cPanel and import "**emenu**.**sql**".
4. Copy `.env.example` to `.env`

Fill in the database connection details in **.env**

```
DB_DATABASE=DATABASE_NAME
DB_USERNAME=DATABASE_USERNAME
DB_PASSWORD=DATABASE_PASSWORD
```

Fill in the **APP\_URL** and **ASSET\_URL** details in **.env**

```
APP_URL=http://yourdomain.com/public
ASSET_URL=http://yourdomain.com/public
```

For Example

```
APP_URL=https://demo.digirestro.s.arrangic.com/public
ASSET_URL=https://demo.digirestro.s.arrangic.com/public
```

Run your domain on your browser

System Default Admin Login

```
Email: admin@menu.com
Password: Admin@123#
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emenu.gitbook.io/emenu/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
