Skip to content

How to install when lines referenced in the README don't exist? #30

@jerrac

Description

@jerrac

In Symfony 6.3, my kernel.php looks like this:

<?php

namespace App;

use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;

class Kernel extends BaseKernel
{
    use MicroKernelTrait;
}

The foreach loop referenced in the readme is not there.

So, how do I get the plugin installed?

Or is this plugin not compatible with Symfony 6 yet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions