Unable to detect application namespace.
Hi
I'm working on a new project. We set up an architecture based on the Laravel Beyond Crud ebook written by Spatie. We then splitted our code into Application and Domain folders. To do this, we edited the autoload section and the bootstrap.php file:
I also changed some configuration inside
filament.php
to point out the new folders:
The test suite works well and the other pages are also working. Seems only Filament got the issue π€
Any idea how to debug this?2 Replies
Did you clear your config? What is the exact issue?
Oh my bad, I finally figured it out... Seems writing my problem lead me to the real issue π€¦
I forgot to specify the new namespace in the custom Application class:
I let it there so maybe someone will finds it with search π
Thanks for your time π