Skip to content
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

Open
paul2Dev opened this issue Jan 20, 2025 · 8 comments
Open

integration with filament admin panel? #41

paul2Dev opened this issue Jan 20, 2025 · 8 comments
Labels
enhancement New feature or request

Comments

@paul2Dev
Copy link

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 :).

@bee-interactive bee-interactive added the enhancement New feature or request label Jan 20, 2025
@bee-interactive
Copy link
Member

Hello @paul2Dev ! I have to test this since I've never really used Filament. But it's probably possible.

@lambertbeekhuis
Copy link

Would be a great addition !!

@bee-interactive
Copy link
Member

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

@paul2Dev
Copy link
Author

paul2Dev commented Feb 6, 2025

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 :/

@bee-interactive
Copy link
Member

@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..

@paul2Dev
Copy link
Author

paul2Dev commented Feb 6, 2025

@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 :)

@bee-interactive
Copy link
Member

@paul2Dev I will try to implement this. Nice challenge

@paul2Dev
Copy link
Author

paul2Dev commented Feb 6, 2025

@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 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants