Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 9 months ago. Improve this question I’m trying to edit the data saved in my DB, and I’m completely lost. In my PostController the index, create,
Tag: laravel-6.2
Target Class [AuthLoginController] Not Exist In User Authentication In Tenant Stancl/tenancy
I am using the Stancl/Tenancy package in laravel for multi-tenancy system. I’m able to login from the central app but not from the tenant app in my localhost. I have created a virtual central domain in localhost named sms.com and a subdomain named tenant1.sms.com When I open the central domain the login page appears and I’m successfully able to login
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??