Jump to content

Edit History

Rhobur

Rhobur

I see you are trying the new Symfony way so your controller should live in src/Controllers/Admin/ and in composer.json add:

"autoload": {
    "psr-4": {
      "your_module_name\\": "src/"
    }

And of course, run

composer dumpautoload

afterwards.

Rhobur

Rhobur

I see you are trying the new Symfony way so your controller shlould live in src/Controllers/Admin/ and in composer.json add:

"autoload": {
    "psr-4": {
      "your_module_name\\": "src/"
    }

And of course, run

composer dumpautoload

afterwards.

Rhobur

Rhobur

I see you are trying the new Symfony way so your controller shlould live in src/Controllers/Admin/ and in composer.json add:

"autoload": {
    "psr-4": {
      "your_module_name\\": "src/"
    }

 

×
×
  • Create New...