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
The test suite works well and the other pages are also working. Seems only Filament got the issue
Any idea how to debug this?
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?