Find The Latest Laravel Packages
Login To Post Your PackagePeople Exploring Laravel
11867
Laravel Debounce
Laravel Debounce is a package that helps you delay the execution of a function or closure. This is useful for situations where you want to avoid unnecessary calls, such as when a user is typing in a search box. The package allows you to specify a delay period. After the delay period has passed without any further activity, the function will be executed. This can improve performance and reduce server load.
"The Art of Controlled Waiting"
No Website
GitHub Repo