Libraries tagged by laravel observer
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.
tim661811/laravel-telemetry-reporter
13 Downloads
A reusable Laravel 10+ package that lets you annotate any service method with a PHP attribute to collect custom telemetry (e.g. user counts, disk usage, feature flags) and automatically report it—at configurable intervals—to a central server over HTTP. Data is grouped per application host, is fully configurable via a published telemetry.php config (backed by your chosen cache), and integrates seamlessly with Laravel’s scheduler and HTTP client.
sormagec/laravel-auditing-mongodb
151 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
sailingdeveloper/laravel-generator
59 Downloads
Generate models, migrations, events, observers, Nova, form requests, resources from one model definition file.
runacorp/laravel-auditing
407 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
oneseven9955/laravel-auditing-filesystem
6 Downloads
This filesystem driver, designed for the owen-it/laravel-auditing package, facilitates storing audits in CSV files across all Laravel disks that are registered.
misakstvanu/laravel-observable-models
0 Downloads
Why not register observers directly on the models?
kelvyncarbone/laravel-audit
3789 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
jarek-paprocki/laravel-audit
23 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
itul/process-observer
6 Downloads
Track long running processess
harrysbaraini/laravel-auditing-mongo-db
12 Downloads
Keep a change history for your models using laravel and lumen with mongo db
handsup/laravel-auditing
11 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
haizad/laravel-auditing
389 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
five-say/laravel-model-ext-trait
55 Downloads
基于 trait 的 laravel 模型特性拓展:自动注册模型观察者;创建与更新数据前,自动校验请求数据。
fetaciik/laravel-commands-no-nova
12 Downloads
Laravel create commands.