-
**Is your feature request related to a problem? Please describe.**
Kind of. It's missing functionality, in my opinion.
**Describe the solution you'd like**
I might just be missing this, but…
-
# Problem
Es besteht aktuell keine einheitliche Regelung zur Kategorisierung von Laravel Blade Views, Components sowie Fieldsets im Statamic Backend. Dies führt zu Unklarheiten bei der Ablage und Z…
-
Hello, would it be possible to enable autowiring/autoconfiguration when a custom factory is specified for the second level cache?
I attempted enabling autowiring/autoconfiguring for my custom facto…
-
- Laravel Version: 5.7.1
- PHP Version: 7.2.10-0ubuntu0.18.04.1
- Database Driver & Version: MariaDB Ver 15.1 Distrib 10.1.34-MariaDB
### Description:
To make full use of [PHPUnit's test depende…
-
I set up my certificates as described here:
https://docwiki.embarcadero.com/InterBase/2020/en/Setup_OTW/SSL_and_InterBase#Requesting_a_key
It has been running fine under PHP8.1 but our attempts to…
-
### Scribe version
4.29.0
### Your question
I am getting this error after `composer update`
Nothing is changed in my code. It was generating doc before.
The following code shows an error.…
-
This package work with Laravel 5.4?
it's possible upgrade?
```
PHPUnit 5.7.25 by Sebastian Bergmann and contributors.
.PHP Fatal error: Cannot redeclare alert() (previously declared in /Use…
-
Reproduce:
Tested PHP version: `7.2.19, 7.3.6, `
Whoops version: `2.3.1`
I recently missed "space" into some configuration file. With Whoops turned off, php output shows:
```php
php -r "in…
-
### Prerequisites
- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.…
-
修改 framework\src\think\Container.php 317行
改为
$message = sprintf('method not exists: %s->%s()', $class, $method);