WildsideUK / Laravel-Userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
https://wildside.uk
MIT License
570 stars 64 forks source link

add Laravel 9 support #42

Closed geisi closed 2 years ago

geisi commented 2 years ago

Hello,

This PR adds Laravel 9 compatibility.

Have a nice week!