Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Releases: CraftLogan/Laravel-Overflow

Version 2.1.0

09 Sep 21:34
1d0b8e5
Compare
Choose a tag to compare

This update supports Laravel 8 but also requires PHP 7.3 or greater.

Version 2.0.1

06 Mar 00:55
5eb4ae0
Compare
Choose a tag to compare

This is an update that gives support for Laravel 7.

Version 2.0.0

17 Feb 15:44
ed82606
Compare
Choose a tag to compare

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

09 Jan 20:44
Compare
Choose a tag to compare

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.