> For the complete documentation index, see [llms.txt](https://laravelscripts.gitbook.io/knowlegebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laravelscripts.gitbook.io/knowlegebase/getting-started/quickstart.md).

# Installation

Once you extract the code files, you will  find the "**code.zip**" and "**database.sql**" files that you require to process installation.

The following process will be used for installation.

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

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

<pre><code><strong>DB_HOST=DATABASE_HOST
</strong>DB_DATABASE=DATABASE_NAME
DB_USERNAME=DATABASE_USERNAME
DB_PASSWORD=DATABASE_PASSWORD
</code></pre>

For the **DB\_HOST** If have any specific host then only change its value from **localhost** or **127.0.0.1**

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

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

\
**System Default Admin Login**

```
Email: admin@admin.com
Password: Tech@123
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://laravelscripts.gitbook.io/knowlegebase/getting-started/quickstart.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.
