-
Hello!
I have laravel-echo container running behind the nginx proxy in other container with config:
location /connector/ {
proxy_pass http://echo-web:6001/socket.io/;
proxy…
-
### Socialite Version
5.16.0
### Laravel Version
11.23.5
### PHP Version
8.3.7
### Database Driver & Version
MySQL 8
### Description
When Google returns the user to the `callback` URL, the `r…
-
## Detailed description
Hello, I'm a Laravel novice.
I'm not sure if I'm misunderstanding the use of sentinel-guard, but I am encountering a couple of issues, hope you can help...
I setup simple …
-
🙇♂️🙇♂️🙇♂️注意:XrayR等非XBoard问题请前往项目方提问
🙇♂️🙇♂️🙇♂️Note: XrayR and other non-XBoard issues please go to the project side to ask questions
The XBoard version number you are using
当前使用的XBoard版本号(…
-
When I try to use these requests:
```POST /api/products```
or
```PUT /api/products/:id```
I am getting the following error:
```Symfony\Component\Routing\Exception\RouteNotFoundException: Rout…
-
Can we have a good Authenticaion library/adapther? A good example from Laravel [1] and yes I know about [2] Auth and [3] ACL in phalcon. What I'm talking about is more complete and easier to use libra…
ghost updated
2 years ago
-
After upgrading to laravel 11.x I adjusted the composer.json according to the upgrading docs.
When building locally (using sail) everything works fine.
However when pushing to my server through gith…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Docker-compose based installati…
-
I've tried integrating this with Fortify / Jetstream on my login page.
Below is in my FortifyServiceProvider
`
Fortify::authenticateUsing(function (Request $request) {
$user = User…
-