Cloudinary FileUpload Integration
I'm new in Filament, either in Laravel. I want to integrate FileUpload component with Cloudinary. I want user can upload image on the component, and its gonna store on database.
I'm using this package of Cloudinary Laravel:
https://github.com/cloudinary-community/cloudinary-laravel
My form schema is
and have this function on model
and when I run it, it's got on console, and on terminal
Is there any mistake? I'm very confused. Or maybe anyone have some article/video about this?
Thanks
I'm using this package of Cloudinary Laravel:
https://github.com/cloudinary-community/cloudinary-laravel
My form schema is
and have this function on model
and when I run it, it's got on console, and on terminal
Is there any mistake? I'm very confused. Or maybe anyone have some article/video about this?
Thanks
GitHub
Laravel SDK for Cloudinary. Contribute to cloudinary-community/cloudinary-laravel development by creating an account on GitHub.