mintellity / upload-file

This package can be used to Upload and delete files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload-File

This package can be used to Upload and delete files

Installation

Require Package

Require package in your composer.json:

  "repositories": {
    "mintellity/upload-file": {
      "url": "https://github.com/mintellity/upload-file.git",
      "type": "git"
    }
  },

Package installation

composer require "mintellity/upload-file"
php artisan vendor:publish --tag=upload-file-components

How to use it

Make sure Media Library is installed and ready to use.

bind the upload-file-component to your specific component.

<x-upload-file-component :object="$object" />

About

This package can be used to Upload and delete files


Languages

Language:Blade 50.8%Language:PHP 49.2%