PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Upload File Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Upload File Manager
Manage the upload of public and private files
Author: By
Last change:
Date: 3 years ago
Size: 1,011 bytes
 

Contents

Class file image Download
{ "name": "raggitech/laravel-uploader", "description": "Laravel Uploader to upload files and handling visibility.", "keywords": [ "php", "laravel", "uploader", "files", "secure" ], "license": "MIT", "authors": [ { "name": "Moamen Eltouny", "email": "support@raggitech.com", "homepage": "https://raggitech.com" } ], "require": { "php": ">=7.2", "laravel/framework": ">=6.0", "raggitech/laravel-readable": ">=1.0" }, "config": { "sort-packages": true }, "extra": { "laravel": { "providers": [ "RaggiTech\\Laravel\\Uploader\\UploaderServiceProvider" ] } }, "autoload": { "psr-4": { "RaggiTech\\Laravel\\Uploader\\": "src" }, "files": [ "src/Helpers.php" ] }, "minimum-stability": "dev", "prefer-stable": true }