-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integration with filament admin panel? #41
Comments
Hello @paul2Dev ! I have to test this since I've never really used Filament. But it's probably possible. |
Would be a great addition !! |
Hi @paul2Dev @lambertbeekhuis . There's a video from Filament daily that juste have been published on this topic: https://www.youtube.com/watch?v=ar6lI0C63lQ |
Hi @bee-interactive and thank you for your reply. This part of integrating the filemanager in filament page i've already managed to do it. My issue and what i wanted to achive in my project using your package was to integrate it with the Filament File form input. Scenario: i click on filament file input to upload a file o image instead of uploading from disk, i want to be able to open the filemanager modal where i can upload a file or image and then the file input to have the path of the file i've selected from the filemanager i had this type of filemanager in my old projects but i was using a npm package, my new project is using only filament and livewire and i needed a filemanager like your package to be integrated with filament because is using only livewire, and i don't want to use npm packages because of the maintenance purposes. i've tried other plugins from filament but have bugs, yours worked on point and was perfect for what i need it but i have not managed to integrated in File field yet :/ |
@paul2Dev Okay I see. Maybe this could be achieved by adding a special "click" event to you file input that will open a modal that contains the filemanager, something like an iframe. But then.. Having to choose a file and select the file.. That's another story.. |
yes that was my challenge :) |
@paul2Dev I will try to implement this. Nice challenge |
Thank you @bee-interactive, i think with this functionality and easy integration because is already using livewire, the package will be enbrace by the filament community ❤️ |
This is a great and easy light package that i will like to use on my projects.
is there a way to integrate this package with the 'File' upload component in filament?
i've only managed to add it to a custom Page in filament :).
The text was updated successfully, but these errors were encountered: