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

Version 2.0.0

Compare
Choose a tag to compare
@CraftLogan CraftLogan released this 17 Feb 15:44
· 19 commits to master since this release
ed82606

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.