There is no license information available for the latest version (dev-master) of this package.

Get First 10 result from google providers and make user save it with comments

dev-master 2019-07-09 14:23 UTC

This package is auto-updated.

Last update: 2024-06-10 01:17:02 UTC


README

Search using google service and save result, comment and delete it.

Installation Steps

Download

open terminal and go to you project, Make Project root of terminal, Ex:

../../ProjectName$

Run Command Below:

composer require mawdoo3searchenginepackage/searchresults

Setup

Run below command for migrate database:

Make Sure you are connected with database

php artisan migrate

Configuration

  • Go to .env file in root of project, and open it.
  • Set below config:
sp_mawdoo3_laravel_url=URL
sp_mawdoo3_laravel_key=Key
sp_mawdoo3_laravel_cx=CX
  • Save it.

Get Google Config

Run

May need to restart the server

You can visit:

YourWebSite/searchResult