-
## Detailed description
We are having issues with Laravel Backup by Spatie due to rate limiting at Digital Ocean Spaces. We get time-outs / 503s. Besides options PHP Fly League S3 Driver (used …
-
`{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"p…
-
For testing, I have my laravel app installed in a subdirectory. When I @includeBowerDependencies() it assumes that laravel is attached to /, meaning none of the links work. A cursory examination of th…
-
## Summary
In our current setup we build a docker image that includes the newrelic-php-agent. The same docker image is deployed to different environments (testing, staging, production)
During the …
-
### How do you use Sentry?
Sentry SaaS (sentry.io)
### SDK version
4.8.0
### Laravel version
11.9
### Steps to reproduce
1. Set up tracesSampler to conditionally sample an auto instrumented Que…
-
PHP 7.1.26
Laravel 5.7.19
Branch v4 (as it seems to be the latest one)
Possibly related to PR #315
I just cloned your repo, made `composer install` and executed `vendor/bin/phpunit`.
```
1…
-
after executing a command, no response is shown (see picture). artisan-tool-console-buffer request keep going, but response does not change.
Tested with fresh Laravel install with only Laravel Authen…
-
Dear Postman team,
I would like to take a moment to express my appreciation for the excellent work you have been doing with the Postman client. It has been an invaluable tool for developers like my…
-
Ever since 1.6.8 all my test suite fails. If I revert to 1.6.7 everything is fine.
On 1.6.8-1.6.11 I get multiple times this error :
`Mockery\Exception\BadMethodCallException: Received Mockery_3…
-
### What happened?
I've set defaults for the PdfBuilder in a service provider's `boot()` method as described in the docs.
When a PDF gets generated in a queued job:
- the defaults are applied w…