-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SupianIDz edited this page May 16, 2021
·
4 revisions
Lara Inotify is a wrapper for inotify for Laravel with added some functions to make it easier to watch filesystem in real time and avoid memory leaks.
Lara Inotify provides a mechanism to monitor the file system whether it is file changes, moved files or deleted files, even adding new files in real time.
With Lara Inotify you don't have to worry about memory leaks on your computer and you don't have to deal with blocking mode either.