laravel-forestadmin icon indicating copy to clipboard operation
laravel-forestadmin copied to clipboard

No collections are detected

Open jeffladiray opened this issue 6 months ago • 8 comments

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)

jeffladiray avatar Aug 19 '24 14:08 jeffladiray