Download the PHP package mintellity/upload-document without Composer
On this page you can find all versions of the php package mintellity/upload-document. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mintellity/upload-document
More information about mintellity/upload-document
Files in mintellity/upload-document
Package upload-document
Short Description Upload documents for Laravel.
License MIT
Homepage https://github.com/mintellity/upload-document
Informations about the package upload-document
Upload documents for Laravel.
This is a package for Laravel to easy upload documents to any model.
Installation
You can install the package via composer:
You can publish the asset, config and migration files:
Optional you can publish the view files:
Usage
Add the trait to any model you want to has documents.
Optional you can edit the config file. The User array is used for different document types.
Add the component form in some view to upload documents.
There are many variables with which you can configure the component.
Add the component table in some view to show documents.
There are also variables with which you can configure the component.
Examples.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of upload-document with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^11.0 | ^10.0 | ^9.0