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.
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
3788 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.
devengine/laravel-auditing-filesystem
6 Downloads
A filesystem driver for the owen-it/laravel-auditing package. Allows storage of the audits in CSV files, across all registered Laravel disks.