dev-master
9999999-devGenj Google Drive bundle
MIT
The Requires
by Choong Wei Tjeng
by Nico Kaag
by Susan Lau
bundle symfony google drive genj
Wallogit.com
2017 © Pedro Peláez
Genj Google Drive bundle
Features:, (*1)
Add this to your composer.json:, (*2)
...
"require": {
...
"genj/google-drive-bundle": "dev-master"
...
Then run composer update. After that is done, enable the bundle in your AppKernel.php:, (*3)
# app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles() {
$bundles = array(
...
new Genj\GoogleDriveBundle\GenjGoogleDriveBundle()
...
Copy the routing rules from Resources/config/routing.yml to your routing.yml., (*4)
You need to get the following information from the Google API Console ( https://code.google.com/apis/console ):, (*5)
app/config/ folder)Add these to your parameters.yml:, (*6)
genj_google_drive.service_account_key_file: genj_google_drive.service_account_email:
Run the sync:, (*7)
$ php app/console genj:google-drive:sync
Genj Google Drive bundle
MIT
bundle symfony google drive genj