-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✨ Support Auto-Discovery #10 (#11) * 📝 add build status * Fixes #15 (#18) * Failing test written as confirmation of issue #15 * added remembered file entity * construct from and export to UploadedFile * Compose with RememberedFile instead of array * Use Illuminate UploadedFile, this is for Laravel after all * working towards solving #15 * Memo to self * notes * Made much more DRY * Wrote testArrayFileUploadOldRemembered test * Added RememberedFileBag * Refactored to add functionality for issue #15 * Removed final inspection warning * Added failing test for checking validation errors invalidate array uploads * Update to support laravel 5.4 as a minimum * Fix unit test * Remove composer.lock this is a lib not a project * Replace Illuminate UploadedFile with Symfony UploadedFile * Test able to reproduce bug discovered by Jarosław Goszowski on issue #15 * Fixed * Amended documentation for #17 * Added configuration as per #16
- Loading branch information
1 parent
0f927f6
commit 28d0667
Showing
15 changed files
with
588 additions
and
3,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.idea | ||
vendor | ||
vendor | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.