承接 acitjazz/uploadendpoint 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

acitjazz/uploadendpoint

最新稳定版本:v1.0.2

Composer 安装命令:

composer require acitjazz/uploadendpoint

包简介

:package_description

README 文档

README

Installation

Via Composer

$ composer require acitjazz/uploadendpoint

Usage

Change Cache driver to array/redis

CACHE_DRIVER=array

Change Cache driver to array/redis

CACHE_DRIVER=array

Publish configuration with:

php artisan vendor:publish --tag=acitjazz-media-migrations
php artisan vendor:publish --tag=acitjazz-upload-config
php artisan vendor:publish --tag=acitjazz-vue-component

migration:

php artisan migrate

Example usage component:

npm install

npm i filepond-plugin-image-preview --save
npm i filepond-plugin-file-validate-type --save
npm i filepond-plugin-image-exif-orientation --save
<template>
    <div id="component">
        <acit-jazz-upload 
        title="New Title" 
        folder="bucketname"
        name="banners"
        value="[]"
        >
        </acit-jazz-upload>
    </div>
  </template>
  
<script>
    // Import the Component
    import AcitJazzUpload from '@/Components/AcitJazzUpload.vue';

    export default {
    components: {
        AcitJazzUpload,
    },
    };
</script>

Property List:

Property Name Value Description
title String Image Title
name String Name of input
folder String Folder/Bucket Name
filetype Array ['image/*']
value Json String JSON.stringify Array of Object Media
placeholder String String or html
settings Object see https://pqina.nl/filepond/docs/api/instance/properties/ for more property

Filepond Doc

https://pqina.nl/filepond/docs/api/

Credits

License

MIT. Please see the license file for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固