-
I succefuly logged, i get bearer token and everything OK, but then api/user return error with max_allowed_stack_size There is a loop in Laravel\\Sanctum\\Guard in this function "$user = $this->auth->g…
-
Can someone please tell me what is the X token required by jupiter swap api?
The guide there says to run jupiter using this command:
RUST_LOG=info ./jupiter-swap-api --rpc-url --yellowstone-grpc-…
-
Triggering an event using `toOthers()` with X-Socket-ID in the request header results in an "Ably error: Malformed message; invalid connectionKey"
┆Issue is synchronized with this [Jira Task](http…
-
Hi!
if I added to AuthServiceProvider
```
Gate::define('viewLogViewer', function (User $user) {
return $user->isAdmin();
});
```
LogViewer is load and I can see pag…
-
### Pulse Version
1.0.0-beta5
### Laravel Version
10.37.3
### PHP Version
8.1.26
### Livewire Version
Whatever Pulse is using
### Database Driver & Version
Maria DB
### Description
Recently…
-
My `composer.json`:
```json
...replace me...
```
Output of `composer diagnose`:
```
Checking composer.json: WARNING
require.calebporzio/parental : unbound version constraints (*) shou…
-
Hi there, I have followed the instructions from the README and I'm afraid to say that I can't see the SSO route in the available list of routes - the same issue occurs if I clear the route cache too.
…
-
Hello,
When I enable 2FA and once logged in, the result gets:
`{ two_factor: true }`
Is it possible to add 2FA support?
-
Checklist
- [X] Create `app/Http/Controllers/RightmoveApiController.php` ✓ https://github.com/liberu-real-estate/real-estate-laravel/commit/578c089813fe887bb8a6bc5b5575744b7b4c5cfb [Edit](https:/…
-
The createPreviews function need some minor modifications if you dont clone the $image, it is being overwritten in the next iteration
foreach ($sizes as $entry) {
$force = $entry[…