# 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 %}

![](https://3621714085-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQdiwjdAaMBpDtolO59Ll%2Fuploads%2FsY691rPfuFEeJYzVfdMS%2FScreen%20Shot%202022-01-05%20at%2012.16.00%20PM.png?alt=media\&token=38d944ee-b7dd-4be9-9508-bdc254241f46)

```
```

More details on [Getting Started](https://kycdocv2.faceki.com/getting-started#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>
