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

Lumen Support! #34

Closed syedabuthahirm closed 5 years ago

syedabuthahirm commented 5 years ago

Is this library support lumen?

mattmcdonald-uk commented 5 years ago

The main issue with supporting Lumen was reliance on the auth helper method which doesn't exist.

Assuming you're using Eloquent and have enabled Facades, then the 1.1.0 release should work with Lumen.