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+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class 'Illuminate\Foundation\Application' not found with lumen 8.0

ibrahimMahfuz opened this issue · comments

error is in:
vendor\jeremykenedy\laravel-logger\src\App\Models\Activity.php (line 128)

public static function rules($merge = []) { if (\Illuminate\Foundation\Application::VERSION < 5.8) { $route_url_check = 'active_url'; } else { $route_url_check = 'url'; }

If you want to update support for Lumen I will accept a PR. I don't use Lumen enough :P

If you want to update support for Lumen I will accept a PR. I don't use Lumen enough :P

i've made PR for Lumen 8, thanks