Laravel Package for tracking Google laravel-serpapi
tipoff/laravel-serpapi is a Laravel package for laravel package for tracking google laravel-serpapi.
It currently has 0 GitHub stars and 34.333 downloads on Packagist (latest version 2.0.1).
Install it with composer require tipoff/laravel-serpapi.
Discover more Laravel packages by tipoff
or browse all Laravel packages to compare alternatives.
Last updated
This is where your description should go.
You can install the package via composer:
composer require tipoff/laravel-serpapi
You can publish the config file with:
php artisan vendor:publish --provider="Tipoff\LaravelSerpapi\LaravelSerpapiServiceProvider" --tag="laravel-serpapi-config"
This is the contents of the published config file:
return [
'api_key' => env('SERPAPI_API_KEY'),
'search_engine' => env('SERPAPI_ENGINE', 'google')
];
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.