Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to Use project JSON file #9

Open
AsadSeeker opened this issue May 20, 2022 · 1 comment
Open

Where to Use project JSON file #9

AsadSeeker opened this issue May 20, 2022 · 1 comment

Comments

@AsadSeeker
Copy link

hello ... i follow the instruction and generate a json file in which i have project_id, private_key, client_email etc. should i make laravel-google-indexing.google.auth_config. file in config folder and puth these json objects into that file to make this package work successfully.

@braveshine1993m
Copy link

braveshine1993m commented Aug 15, 2023

When you've downloaded JSON file, put in storage directory.
In general the documentation of this repo say go to the config, which is :

vendor -> famdirksen -> laravel-google-indexing -> config -> config.php

Or use php artisan vendor:publish.

then you can change the default file loader location and file name to look for, which in case you didn't change this file, you can put your JSON file in storage directory and change the JSON file name to : google_auth_config.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants