laravel-forestadmin
laravel-forestadmin copied to clipboard
No collections are detected
Expected behavior
I want to see all of my collections
Actual behavior
No collections are detected. .forestadmin-schema.json
contains "collections": []
, even so my database and laravel models are correctly defined and initialized in my database.
My current code is quite similar to the one mentionned in the documentation.
My schema is still sent out to forest admin servers, and the frontend seems to be working as expected.
Failure Logs
None. Even switching to loggerLevel "Debug" doesn't share more information - Outside of the Schema not updated
log message.
Context
- Package Version: latest (1.10.0)
- PHP Version: Laravel 11.
(CC @mngarwood)