.editorconfig | |
|
|
.gitattributes | |
|
|
.github/workflows/Build.yml | |
|
|
.gitignore | |
|
|
.releaserc | |
|
|
CHANGELOG.md | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpcs.xml | |
|
|
phpunit.xml.dist | |
|
|
src/Exceptions/MissingMetaKeyException.php | 6 | A 0 mins |
|
src/Facades/ServerAnalytics.php | 11 | A 0 mins |
|
src/Http/Middleware/LogRequest.php | 54 | A 0 mins |
|
src/Jobs/LogRequestRecord.php | 46 | A 1 hr |
|
src/LaravelServerAnalytics.php | 130 | A 25 mins |
|
src/LaravelServerAnalyticsServiceProvider.php | 24 | A 0 mins |
|
src/Models/Analytics.php | 67 | A 0 mins |
|
src/Models/AnalyticsMeta.php | 17 | A 0 mins |
|
src/Models/AnalyticsRelation.php | 21 | A 0 mins |
|
src/Repositories/AnalyticsRepository.php | 15 | A 0 mins |
|
src/RequestDetails.php | 51 | A 0 mins |
|
src/Traits/HasAnalytics.php | 30 | A 0 mins |
|
src/database/migrations/2019_12_08_100000_create_analytics_table.php | 48 | A 1 hr |
|
src/database/migrations/2020_04_06_100000_add_user_id_to_analytics_table.php | 24 | A 0 mins |
|
src/database/migrations/2020_04_06_200000_add_reason_to_analytics_relations_table.php | 20 | A 0 mins |
|
src/database/migrations/2021_07_25_000000_change_user_agent_to_text.php | 20 | A 0 mins |
|
src/database/migrations/2022_05_17_000000_add_host_to_analytics_table.php | 20 | A 0 mins |
|