Find out which content works on your site with Laravel A/B Testing
Laravel A/B Testing is a good package which can help us to find out which content works on your site and which doesn't.
How it works
It allows you to create experiments and goals. The visitor will receive randomly the next experiment and you can customize your site to that experiment. The view and the goal conversion will be tracked and you can view the results in a report.
Installation
This package can be used in Laravel 5.5 or higher.
You can install the package via composer:
composer require ben182/laravel-ab
Source Code
https://github.com/ben182/laravel-ab/?utm_source=learninglaravel.net