David Carrdcblogdev.hashnode.dev·May 28, 2017Laravel 5.4 access auth in constructor using middlewareThere are times it’s useful to be able to access the auth system in a construct method. You can’t use Auth::user or auth()->user() as its not yet been made available. This is where middleware comes in, using middleware the auth can be used once it b...56 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.