Auth user in Laravel - development

Auth user in Laravel

Is it possible to authenticate a user in Laravel using Auth facade but not persist the user in database, instead use the session only ?

I am reading a bit on adding a custom guard but it does not seem to be very specific.



from Laravel Questions and Answers https://laravelquestions.com/laravel/auth-user-in-laravel/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome