We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I observed that polyfill package symfony/polyfill-php80 is used.
File: src/lib/items/RouteData.php::detectUrlPattern()
src/lib/items/RouteData.php::detectUrlPattern()
if (!str_starts_with(trim($this->path, '/'), trim($prefix, '/'))) {
It is present in require-dev section in composer.json
require-dev
It should be present in require section
require