An image field using the UploadCare API.
This is a vue-wrapper around uploadcare-vue (https://github.com/tipeio/uploadcare-vue).
You can upload an image through drag-and-drop, url or google drive. The image is stored on Uploadcare and saved as a url in the model.

composer require adnanchowdhury/uploadcare-image
To publish the config file to config/uploadcare.php, run:
php artisan vendor:publish --provider="Adnanchowdhury\UploadcareImage\FieldServiceProvider"
Add Uploadcare Public Key to .env:
UPLOADCARE_PUBLIC_KEY=yourpublickey
Register the field in the Nova resource:
use Adnanchowdhury\UploadcareImage\UploadcareImage;
Use the field:
UploadcareImage::make('Image')
This project is licensed under the MIT License - see the LICENSE.md file for details
| Added | 7 years ago |
| Last updated | 7 Years Ago |
| Version | 0.0.3 |
| Composer | |
| adnanchowdhury/uploadcare-image | |
| GitHub stars | 0 |
| Packagist downloads | 8,102 |