viperxes/client

Rest recruitment task (client)

dev-master 2018-04-19 10:59 UTC

This package is not auto-updated.

Last update: 2024-09-21 00:39:34 UTC


README

#REST recruitment task (Client)

###Installation with Composer

  1. Add package: composer require viperxes/client:dev-master
  2. Add package provider to config/app.php (ClientServiceProvider)
  3. Publish config and views from package
  4. Set config variable API_BASE_URI (config/client.php) to communicate with REST API.

###License

This project is licensed under the MIT License - see the LICENSE file for details