Download the PHP package nmirceac/file-tools without Composer
On this page you can find all versions of the php package nmirceac/file-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nmirceac/file-tools
More information about nmirceac/file-tools
Files in nmirceac/file-tools
Download nmirceac/file-tools
More information about nmirceac/file-tools
Files in nmirceac/file-tools
Vendor nmirceac
Package file-tools
Short Description File Tools for Laravel
License proprietary
Homepage https://github.com/nmirceac/filesTools
Package file-tools
Short Description File Tools for Laravel
License proprietary
Homepage https://github.com/nmirceac/filesTools
Please rate this library. Is it a good library?
Informations about the package file-tools
# Welcome to FileTools!
Contents
- Intro
- Classes, methods and examples
1. Intro
How to install?
- composer require nmirceac/file-tools
- add \FileTools\FileToolsServiceProvider::class to your config/app.php's service providers section
- php artisan vendor:publish
- php artisan migrate
- check config/filetools.php (just in case)
- php artisan filetools:setup
- extend \FileTools\File as an app model (see example below)
- add the \FileTools\HasFiles
- check the examples below
- enjoy!
Samples
ENV config
;FILE_STORAGE_BACKEND="s3" ;FILE_STORAGE_BACKEND="azure" FILE_STORAGE_ROOT="files"
FILE_S3_ACCESS_KEY_ID="..." FILE_S3_SECRET_ACCESS_KEY="..." FILE_S3_DEFAULT_REGION="fra1" FILE_S3_BUCKET="mybucker" FILE_S3_URL="https://fra1.digitaloceanspaces.com" FILE_S3_ROOT="ics"
FILE_AZURE_CONNECTION_STRING="DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=core.windows.net" FILE_AZURE_ROOT="comms"
All versions of file-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
league/flysystem-aws-s3-v3 Version ^1.0
league/flysystem-azure-blob-storage Version ^1.0
phpunit/phpunit Version 6 - 9
league/flysystem-aws-s3-v3 Version ^1.0
league/flysystem-azure-blob-storage Version ^1.0
phpunit/phpunit Version 6 - 9
The package nmirceac/file-tools contains the following files
Loading the files please wait ....