Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

mintellity/upload-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors