2017 © Pedro Peláez
 

library ddscalendar

calendar

image

mspconcepts/ddscalendar

calendar

  • Thursday, July 6, 2017
  • by jayeshmsp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel5.4 Event Manage with google calendar

1) composer require mspconcepts/ddscalendar
2) Add service provider in config/app.php 
        MspPack\DDSCalendar\DDSCalendarServiceProvider::class,
3) php artisan vendor:publish
4) php artisan migrate

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

<?php

return [

    /**
     * Path to a json file containing the credentials of a Google Service account.
     */
    'client_secret_json' => storage_path('app/laravel-google-calendar/client_secret.json'),

    /**
     *  The id of the Google Calendar that will be used by default.
     */
    'calendar_id' => '',

];

Read this blogpost to learn how to get the correct values for client_secret_json and calendar_id., (*2)

Now go to ==> http://<YOUR DOMAIN>/admin/calendar

The Versions

06/07 2017

dev-master

9999999-dev

calendar

  Sources   Download

The Requires

 

by Manoj Sonagra

calendar

06/07 2017

1.1.1

1.1.1.0

calendar

  Sources   Download

The Requires

 

by Manoj Sonagra

calendar

06/07 2017

1.1.0

1.1.0.0

calendar

  Sources   Download

The Requires

 

by Manoj Sonagra

calendar

06/07 2017

1.0.0

1.0.0.0

calendar

  Sources   Download

The Requires

 

by Manoj Sonagra

calendar