2017 © Pedro Peláez
 

library whaai-api

Laravel package to access the whaai api

image

csp-it/whaai-api

Laravel package to access the whaai api

  • Friday, June 22, 2018
  • by stijnpetry
  • Repository
  • 0 Watchers
  • 0 Stars
  • 266 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 11 % Grown

The README.md

Whaai API

Installation of Whaai API Package on Laravel project, (*1)

Install the Whaai API Package

First, download the installer using Composer:, (*2)

composer global require "csp-it/whaai-api"

Configure Whaai API Package

Add Whaai API Package Service Provider on config/app.php, (*3)

Whaai\WhaaiApi\WhaaiApiServiceProvider::class,

Run composer install, (*4)

composer install

Run composer update, (*5)

composer update

Run Migrations, (*6)

php artisan migrate

The Versions