# Laravel

{% hint style="warning" %}
*The latest Stable Version is V1.0*&#x20;
{% endhint %}

{% embed url="<https://github.com/faceki/KYC-Laravel>" %}

### Let's Get your Laravel App running with Faceki&#x20;

### **Requirement**

1. [Download Laravel ](https://laravel.com/docs/4.2)
2. Install Composer&#x20;
3. [Install Laravel](https://laravel.com/docs/4.2#install-laravel)

```
// composer global require "laravel/installer=~1.1"
```

1. Server Requirements

```
// PHP >= 5.4
MCrypt PHP Extension
```

5\. To use Faceki API, you need to register any of [Faceki packages on the link](https://faceki.com/identity-verification-prices/) then access  [Dashboard](https://faceki.com/backend/login) >> Integration and Copy Token&#x20;

{% hint style="info" %}

* Click on the hidden eyes and securely copy the **Client ID** (token).
* To get your **Client ID**, first access  [Dashboard](https://faceki.com/backend/login) >> **Integration** >> **Integration**

Please don't share the token with anybody, highly secure and confidential&#x20;
{% endhint %}

![](/files/DCszFquEA4mmiaKhF6Ix)

```
```

More details on [Getting Started](/getting-started.md#what-is-faceki-identity-verification)&#x20;

6\. Composer install

7\. Compress zip folder and keep all files on the root folder

8\.  Change "client\_id" and "client\_email" in public/assets/js/faceki-startup.js

<br>


---

# 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://kycdocv2.faceki.com/web-sdk/laravel.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.
