Symfony\Component\Finder\Exception\DirectoryNotFoundException The "src/App/Http/Controllers" directory does not exist. #51
Unanswered
inmanturbo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does this rely on the presence of App\Http\Controllers namespace?
I am trying to use this on a Distributed project and I have no App\Http namespace. I moved the kernel into the App namespace (similar to your beyond crud demo) and I put all the controllers each into their respective domains, and none of them extend the default App\Http\Controllers\Controller so I eliminated it simply because I don't have a use for it.
Is whatever is causing this exception on
post-autoload-dumpafter installing this package crucial to its functionality?Beta Was this translation helpful? Give feedback.
All reactions