Introduction & Installation
Search Report for Statamic is a simple Control Panel and utility addon that allows you to log searches made on your site, and view them within Statamic's Control Panel.
#Installation
Search Report for Statamic can be installed by running the following command from the root of your project:
1composer require stillat/statamic-search-report
Because Search Report for Statamic includes pre-built assets required for the Control Panel report, you will need to publish the front-end assets if they were not automatically published for you. This can be done by running the following command:
1php artisan vendor:publish --tag=statamic-search-report
Additionally, there is some configuration and setup required to use Search Report for Statamic. Make sure to publish the configuration files before proceeding:
1php artisan vendor:publish --tag=statamic-search-report-config