Skip to content
SupianIDz edited this page May 16, 2021 · 4 revisions

Lara Inotify

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.

Introduction

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.

Clone this wiki locally