-
- Downloads
feat: add analytics and unknown useragents
Showing
- app/Views/errors/html/production.php 5 additions, 1 deletionapp/Views/errors/html/production.php
- app/Views/json/unknownuseragents.php 5 additions, 0 deletionsapp/Views/json/unknownuseragents.php
- composer.json 3 additions, 1 deletioncomposer.json
- composer.lock 1982 additions, 1903 deletionscomposer.lock
app/Views/json/unknownuseragents.php
0 → 100644
... | ... | @@ -7,7 +7,9 @@ |
"require": { | ||
"php": ">=7.2", | ||
"codeigniter4/framework": "^4", | ||
"james-heinrich/getid3": "~2.0.0-dev" | ||
"james-heinrich/getid3": "~2.0.0-dev", | ||
"whichbrowser/parser": "^2.0", | ||
"geoip2/geoip2": "~2.0" | ||
}, | ||
"require-dev": { | ||
"mikey179/vfsstream": "1.6.*", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment