2017 © Pedro Peláez
 

library outlook-calendar

calendar

image

msppack/outlook-calendar

calendar

  • Monday, January 8, 2018
  • by manoj30808
  • Repository
  • 4 Watchers
  • 4 Stars
  • 144 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 32 % Grown

The README.md

Laravel5.4 Event Manage with outlook calendar

1) composer require msppack/outlook-calendar
2) Add service provider in config/app.php 
        MspPack\OutLookCalendar\OutLookCalendarServiceProvider::class,
3) php artisan vendor:publish
4) php artisan migrate

This will publish file called laravel-outlook-calendar.php in your config-directory with this contents:, (*1)

<?php

return [

    // App's client ID. Register the app in Azure AD to get this value.
    'client_id' => '',

    // App's client secret. Register the app in Azure AD to get this value.
    'client_secret' => '',

    //Redirect url
    'redirect_url' => 'http://localhost:8000/admin/outlook-calendar/login',
];
Now go to ==> http://<YOUR DOMAIN>/admin/outlook-calendar

The Versions

08/01 2018

dev-master

9999999-dev

calendar

  Sources   Download

The Requires

  • php ^7.0

 

by Manoj Sonagra

calendar

10/07 2017

1.0.1

1.0.1.0

calendar

  Sources   Download

The Requires

  • php ^7.0

 

by Manoj Sonagra

calendar

08/07 2017

0.0.1

0.0.1.0

calendar

  Sources   Download

The Requires

  • php ^7.0

 

by Manoj Sonagra

calendar