upload an excel and start a script manually from admin panel
I want to make a new modul in the admin panel where I can upload excel files and start various scripts for example: a script that imports data to the database from the uploaded excel file. Is this possible to do with filamentphp?
4 Replies
You can use Actions for that. But if you have many actions that probably doesn't fit into the default layout anymore. Maybe just create a form and use awcodes' DropInActions
Yep... For import look at the plugins for importing, it's fully documented and extendable
damn should have asked sooner, already wrote my own import script π
Maybe check the plugins section first next time π