lingxi / dotty
Installs: 1 858
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 1
pkg:composer/lingxi/dotty
Requires
- illuminate/support: ~5.0
- lingxi/context: 0.0.*
This package is not auto-updated.
Last update: 2025-09-28 01:22:48 UTC
README
Dotty
Query 参数跟踪
Install
Laravel 大于 5.4,请使用 0.1.* 版本
composer require lingxi/dotty Lingxi\Context\ContextServiceProvider::class, // Add Global Middleware Lingxi\Dotty\DottyTracker::class, // publish config. or use default. php artisan vendor:publish --provider="Lingxi\Context\ContextServiceProvider"