Download the PHP package davor/cms-gsc without Composer
On this page you can find all versions of the php package davor/cms-gsc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davor/cms-gsc
More information about davor/cms-gsc
Files in davor/cms-gsc
Download davor/cms-gsc
More information about davor/cms-gsc
Files in davor/cms-gsc
Vendor davor
Package cms-gsc
Short Description Displays data from Google Search Console on CMS using Google API
License MIT
Package cms-gsc
Short Description Displays data from Google Search Console on CMS using Google API
License MIT
Please rate this library. Is it a good library?
Informations about the package cms-gsc
CMS GSC
This package downloads and displays data from Google Search Console into cms Installation:
- composer require davor/cms-gsc
- php artisan vendor:publish --tag=config --provider="Hoks\CMSGSC\CMSGSCServiceProvider"
- php artisan vendor:publish --tag=views --provider="Hoks\CMSGSC\CMSGSCServiceProvider"
- run migrations
- Put service_account.json to desired location
- Set up config/gsc-cms.php
- Call command GetGoogleSearchConsoleData according to you needs (for example, once a day at 03:00)
- Make permission to access package pages (gsc-cms)
- put require base_path('vendor/davor/cms-gsc/src/routes/web.php'); inside of routes/web.php
- Access the page /google-search-console
- Use package :D
All versions of cms-gsc with dependencies
PHP Build Version
Package Version
The package davor/cms-gsc contains the following files
Loading the files please wait ....