You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 docs(CHANGELOG.md): update links to reflect repository name change
🐛 fix(README.md): update link to related issue for session driver performance degradation
📝 docs(composer.json): update links to reflect repository name change
🐛 fix(fix-symfony-file-moving.php): update link to related issue for Symfony file moving fix
🔗 chore(Listeners): update links to point to the new repository location in GitHub
- Listener `CleanupUploadedFilesListener` for removing temporary files which were created during uploading _(must be enabled manually for the `AfterLoopIterationEvent` event)_[#84]
@@ -134,31 +134,31 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
134
134
135
135
- Integration with [Laravel Telescope](https://github.com/laravel/telescope/) is supported now (just enable `SetupTelescopeListener` for `BeforeLoopStartedEvent`) [#53]
@@ -270,7 +270,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
270
270
271
271
- Sending any form data with a `DELETE` or `PUT` method (the application ignored the hidden field `_method` and as a result the action necessary for the form did not occur) [#9]
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ This package provides the following helpers:
125
125
126
126
#### Performance degradation
127
127
128
-
...when `file` driver is set for your sessions. Please, use `redis` (or something similar) driver instead ([related issue](https://github.com/spiral/roadrunner-laravel/issues/23)). This package or/and RoadRunner has nothing to do with it, but since this is a fairly common issue - it is described here.
128
+
...when `file` driver is set for your sessions. Please, use `redis` (or something similar) driver instead ([related issue](https://github.com/roadrunner-php/laravel-bridge/issues/23)). This package or/and RoadRunner has nothing to do with it, but since this is a fairly common issue - it is described here.
129
129
130
130
#### Controller constructors
131
131
@@ -332,4 +332,4 @@ MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maint
0 commit comments