Releases: CraftLogan/Laravel-Overflow
Version 2.1.0
This update supports Laravel 8 but also requires PHP 7.3 or greater.
Version 2.0.1
This is an update that gives support for Laravel 7.
Version 2.0.0
Laravel Overflow has shifted from being a trait that you apply to a form request to a macro on top of the Illuminate/Request Class.
We believe using the macro is a better way because you no longer need to create a custom form request to use Laravel Overflow. Thankfully we have decided to go this route early in the project, so we don't affect thousands of people. However, if you are currently using the project, I do apologize because you will need to make some code changes, but they should be easy, quick changes. You can still, however, can use v1.0 if you would like to keep using Laravel Overflow via the form request method.
Version 1.0
This is the initial release of Laravel-Overflow! A package designed to help you capture all the request properties passed in with an HTTP request.