ems / file-db
A library to have a synced version of on upload directory inside an database table
Installs: 3 871
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 7
Requires
- php: >=8.2.0
- ems/formobject: 0.4.*
- ems/framework: >=0.5
- illuminate/database: 11.*
- illuminate/filesystem: 11.*
- illuminate/routing: 11.*
- illuminate/support: 11.*
Requires (Dev)
- league/flysystem: 3.*
- phpunit/phpunit: 11.1.2
README
A library to have a synced version of on upload directory inside an database table
This is in pre-alpha quality so please don't use it right now.
This is a laravel package to link some model to file(s). So with FileDB you habe a db representation of every file in a folder and then you can have db relations on it.