Because each page requires the information of the currently logged in user
So I want to get the authentication information in the parent Controller(__construct) and share it with all views!
The problem now is that neither of these two places can obtain login user information
//You won’t let me set data everywhere I need it...
Read the manual http://laravelacademy.org/pos... This feature has been changed since laravel5.3.