Download the PHP package satthi/contents-file without Composer
On this page you can find all versions of the php package satthi/contents-file. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download satthi/contents-file
More information about satthi/contents-file
Files in satthi/contents-file
Download satthi/contents-file
More information about satthi/contents-file
Files in satthi/contents-file
Vendor satthi
Package contents-file
Short Description CakePHP ContentsFile
License MIT
Homepage https://github.com/satthi/Contents-file
Package contents-file
Short Description CakePHP ContentsFile
License MIT
Homepage https://github.com/satthi/Contents-file
Please rate this library. Is it a good library?
Informations about the package contents-file
Contents-file
このプラグインはCakePHP5用ファイルアップロードツールです。
インストール
composer.json
composer install
使い方
(初期設定・ローカルファイル保存の場合)
① 設定を記述 bootstrap.phpなど
② プラグイン読込 Application.php
③ tmpDir及びfileDirを権限777で準備
(初期設定・S3保存の場合)
① 設定を記述 bootstrap.phpなど
② プラグイン読込 Application.php
③ workingDirを権限777で準備
④ S3のjバケットを準備し、IAMの権限について以下を設定
※ 作業するbucketについてs3:GetObject、s3:PutObject、s3:DeleteObject、s3:ListBucketの権限があれば良いです
各種基本設定(共通)
マイグレーション実行
ContentsFile/config/Migrations/20161109095904_AttachmentsAdd
にファイルを置いているので利用してください。
※topicsを例とする Table
Entity
Controller(※ほとんど変更の必要なし)
Template form.php
view.php
All versions of contents-file with dependencies
PHP Build Version
Package Version
Requires
cakephp/cakephp Version
~5.0
ext-gd Version *
aws/aws-sdk-php Version 3.*
symfony/filesystem Version 5.*
symfony/finder Version 5.*
ext-gd Version *
aws/aws-sdk-php Version 3.*
symfony/filesystem Version 5.*
symfony/finder Version 5.*
The package satthi/contents-file contains the following files
Loading the files please wait ....