adnanchowdhury/uploadcare-image 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

adnanchowdhury/uploadcare-image

最新稳定版本:0.0.3

Composer 安装命令:

composer require adnanchowdhury/uploadcare-image

包简介

A Laravel Nova field.

README 文档

README

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.

Screenshots

image1 image2 image3

Installing

composer require adnanchowdhury/uploadcare-image

Getting Started

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')

Authors

  • Adnan Chowdhury

License

This project is licensed under the MIT License - see the LICENSE.md file for details

统计信息

  • 总下载量: 8.03k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-13