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
579 stars 120 forks source link

The $dates array for mutating attributes is removed in Laravel 10; use $casts instead. #159

Closed kentdahl closed 1 year ago

kentdahl commented 1 year ago

Regarding Laravel 10 upgrade:

The Eloquent model's deprecated $dates property has been removed. Your application should now use the $casts property: [...]