EriksonEnterprises

Results 11 comments of EriksonEnterprises

Hey have you ever fixed this? I also have this issue

> Can you paste your env file? I found out it depends on the browser/device... Computer logs in just fine, but on my phone I get the error ``` APP_NAME=*removed*...

> Try clearing your phone's cache > > All modern browsers support sessions and cookies so it's expected to work on any modern browser at all So what was even...

> Probably has something to do with invalid session in laravel, all good? Who knows... It's working for now. I also forgot to add the meta tag, so added that...

> I created [a fork that fixes collision with Alpine JS and all other possible style issues](https://github.com/damms005/laravel-notify). > > I also updated the readme to make it easier to use...

> I have this problem too. > > composer.json --> php ^8.1 > php -v 8.2.11 > > It turned out that there were other packages installed that required illuminate/support....

> I’ll take a look at this today. Any luck? :/

> @jamesautodude removed and pushed `1.13.0` Thanks! I'll check it out when I'm on the computer later. I'll close for now

Fresh install, I get these errors now: Problem 1 ``` - torann/geoip 3.0.1 requires php ^7.2 -> your php version (8.2.3) does not satisfy that requirement. - torann/geoip[3.0.2, ..., 3.0.3]...

For now I did: ``` $this->close( withForce: true, andDispatch: [ 'refreshCalendar', ], ); ``` and that's working, but I wanted to use the andForget :/ Let me know :)