Hi guys !
I'm working on old project developed by other developers . They mixed the core php and laravel now i'm facing issue regarding authentication cause some authentication is being performed my Auth facade which is a part of laravel and some authentication is being performed by $_SESSION which is core php files and i'm unable to use Auth::user(); in my core php files .
please now suggest a way to use Auth::user(); in my core php files any how i just want to use authentication through laravel.