Symfony sonata admin bundle without entity

Viewed 5488

Is there the way to use sonata admin bundle without entity - so without doctrine?

I need to list files on some directory, this list is not stored in database.

The first approach I tried was to declare my own Model manager, but there are some places which require doctrine queries etc.

I know, that there is document manager for mongo and sonata mongo admin, but in my case it's not so helpful.

Any ideas?

1 Answers
Related