Skip to content

Tag: laravel-6.2

How can i handle the page crash in laravel?

Whenever i leave my website for like 1 hour and whenever i try to access the different part of the website i get “Trying to get property ‘id of non object”, it means that the user have been logged out but the page crashed. So i need a way so that i can apply a middleware to handle this issue…