Laravel

Laravel is a free, open-source PHP web framework. Intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.

The latest Stable Version is V1.0

Let's Get your Laravel App running with Faceki

Requirement

  1. Install Composer

// 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 then access Dashboard >> Integration and Copy Token

  • Click on the hidden eyes and securely copy the Client ID (token).

  • To get your Client ID, first access Dashboard >> Integration >> Integration

Please don't share the token with anybody, highly secure and confidential

More details on Getting Started

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

Last updated