LingxiTeam / dotty by RryLee

1,853
6
1
Package Data
Maintainer Username: RryLee
Package Create Date: 2016-10-28
Package Last Update: 2018-11-08
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:03:32
Package Statistics
Total Downloads: 1,853
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 6
Total Watchers: 1
Total Forks: 1
Total Open Issues: 0

StyleCI Latest Stable VersionTotal Downloads

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"