Laravel Authentication doesnt work after converting my project to desktop app using php desktop chrome

177 Views Asked by At

So I have a working Laravel project uploaded on an online domain name. I need to convert this into an offline desktop application. I have made the research and found php desktop chrome: the project converted successfully but on a successful login, it redirects me to /home then back again to /login

I have noticed that my online application has 2 cookies while on phpdesktop app there are no cookies being registered.

I used SQLite for DB and the connection is working fine (tested to insert to DB).

I am new to Laravel. sorry for my poor english plz help

0

There are 0 best solutions below