-
Since no new PRs have been accepted in a while, nor have issues been getting resolved - perhaps it's best to mark this project as abandoned so someone else may fork and continue the work? @digitalnatu…
-
-
### Description
DomCrawler currently relies on html
https://wiki.php.net/rfc/domdocument_html5_parser
### Example
_No response_
-
New to sylius the following error I can't get past, if I can't get images working I'm considering oscar
An example url
```http://localhost:8000/app_dev.php/media/cache/resolve/sylius_shop_product…
-
#### What are you trying to achieve?
On an api platform project, I am trying to perform a simple endpoint security test.
Some of the scenarios should return a forbidden 403 response.
And I should a…
-
Helper class that could be transferred as is, probably to the Common package. Its static interface should stay.
It currently has a dependency to Inflector that has to be looked at.
-
I got:
```
$ php index.php
Fatal error: Class 'Symfony\Component\VarDumper\Dumper\CliDumper' not found in C:\Users\david_000\Documents\Programming\Personal\ORM\vendor\illuminate\support\Debug
php on…
-
### Description
Yaml dumper should support dumping objects via magic method `__debugInfo()` like native PHP `var_dump`.
- https://www.php.net/manual/en/language.oop5.magic.php#object.debuginfo
…
-
Model all method looks like ('name' and 'category' is a model primary composite key):
```
public function all($db = null)
{
$this->leftJoin(
PermissionCategory::tableName(),
Permi…
-
## What problem does this address?
Gives the possibility to build upon Gutenberg block development and to solve issues (Markup etc) in theme overrides.
## What is your proposed solution?
1. Creat…