-
I found your package while trying to make my laravel app compatible with pgbouncer.
In order to make the postgres connection driver work, I changed the database configuration for the postgres connect…
-
I'm trying to use the `OomBootstrapper`, but I get a `BindingResolutionException`.
### Environment
* Bugsnag Laravel version: `2.26`
* Bugsnag version: `3.29.0`
* PHP version: `8.2.3`
* Compo…
-
### Description
Currently runway offers fieldtypes that support 'belongs to' and 'has many' relationships. I need a fieldtype that would be used for HasOne relationship. Currently, in my code I hav…
-
Problem 1
- Root composer.json requires barryvdh/laravel-dompdf 0.8.2 -> satisfiable by barryvdh/laravel-dompdf[v0.8.2].
- barryvdh/laravel-dompdf v0.8.2 requires illuminate/support 5.1.x|…
-
Our team has a package that uses jenssegers/model. A week ago, Test tier deployments of OUR final release versions ran fine. Those deployments picked up jenssegers/model version 1.5.2 in composer.
…
-
Hi,
by running composer install you get the following warning:
`Package laravelcollective/html is abandoned, you should avoid using it. Use spatie/laravel-html instead.`
This package requires:
…
-
### setToken (and possibly setRequest) return the previously logged in user
JwtGuard::setToken and JwtGuard::setRequest, if used in a long-running environment (a la octane etc, or a websockets serv…
-
When using **Socket.io** as a **broadcaster** in **Laravel-echo**, We are using **Socketio** from **socket.io-client** as a **client** for connecting to the socket ,joining into the channel and listen…
-
Options
- upgrade Laravel forge subscription
- https://github.com/spatie/laravel-backup
- https://pgbackrest.org/
- https://packagist.org/packages/spatie/laravel-backup
- documentation: https:/…
-
### Subject of the issue
Release 2.5.0 (see #256) changed the behavior of the iat (issued at) timestamp during token refresh. Previously, the iat value remained unchanged across refreshes, creating…