jeremykenedy / laravel-logger

An out the box activity logger for your Laravel or Lumen application. Laravel logger is an activity event logger for your laravel application. It comes out the box with ready to use with dashboard to view your activity. Laravel logger can be added as a middleware or called through a trait. This package is easily configurable and customizable. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, and 7+
MIT License
578 stars 120 forks source link

Loggin IP Adresses #142

Closed John94php closed 2 years ago

John94php commented 2 years ago

I have just installed this package, and it is not logging my users' IP to localhost, is that correct or should I do something? Will it start logging users' IPs only after uploading files to the server?

John94php commented 2 years ago

I'm sorry it's my fault... i forget to test application with php artisan serve :)