Best laravel framework open-source packages.

Allocation Platform Wrike API

Time allocation platform built on top of Wrike
Updated 2 years ago

Allocation Platform

  1. Clone this
  2. Run in the folder
$ composer install
$ php artisan key:generate
$ php artisan migrate
  1. Create an application here: https://www.wrike.com/frontend/apps/index.html#/api, name it anything you like
  2. Assign the callback URI as http://example.com/welcome: (e.g. localhost:8000/welcome for local machine)
  3. Get the client ID and client secret
  4. Put them in .env file as CLIENT_ID & CLIENT_SECRET (look at the env.example)
  5. Register a new user at http://localhost:8000/admin/register
  6. Your admin panel will be available at http://localhost:8000/public/admin
  7. Create teams and tasks
  8. Browse to http://localhost:8000/welcome
  9. Click on "Start" to login
  10. Click on "Report" to get a report (you must be logged in first)
Tags curl
Package Tags