Custom Pages and Widgets without resources
Hello everyone,
I'm rebuilding my new Portfolio in Laravel and would like to keep my collection of md articles without having to store them in a database. I'd like to have some data in a filament admin section (alongside other data) and be able to do basic CRUD operations on those articles. Is there a way to do so and have some widgets (like a count or else) using this data (kind of like a custom Resource) or do I have to do everything manually ?
Don't know if I explained myself correctly, but hopefully someone can help me ?
Solution:Jump to solution
I'd give Orbit from Ryan a try. It's a DB driver for flat files
https://github.com/ryangjchandler/orbit...
GitHub
GitHub - ryangjchandler/orbit: A flat-file database driver for Eloq...
A flat-file database driver for Eloquent. π. Contribute to ryangjchandler/orbit development by creating an account on GitHub.
2 Replies
Solution
I'd give Orbit from Ryan a try. It's a DB driver for flat files
https://github.com/ryangjchandler/orbit
GitHub
GitHub - ryangjchandler/orbit: A flat-file database driver for Eloq...
A flat-file database driver for Eloquent. π. Contribute to ryangjchandler/orbit development by creating an account on GitHub.
oh, thanks! I'll look into it π