Download the PHP package limit0/assets-bundle without Composer
On this page you can find all versions of the php package limit0/assets-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download limit0/assets-bundle
More information about limit0/assets-bundle
Files in limit0/assets-bundle
Download limit0/assets-bundle
More information about limit0/assets-bundle
Files in limit0/assets-bundle
Vendor limit0
Package assets-bundle
Short Description Implements image upload support for projects utilizing limit0/assets
License MIT
Package assets-bundle
Short Description Implements image upload support for projects utilizing limit0/assets
License MIT
Please rate this library. Is it a good library?
Informations about the package assets-bundle
Limit0AssetsBundle
Implements image upload support for projects utilizing limit0/assets
Requirements
- You need an AWS account with access to an S3 bucket, or
- You need write access via your web server user to a path for local storage.
Installation
Install the package via composer:
Include the bundle in your AppKernel.php
:
Configuration
Configure the bundle using your preferred asset storage provider. Full possible configuration is listed below:
If using AWS S3, bucket
is required. If using local storage, path
is required.
Routing
You will need to import this bundle's routing. To prevent any potential collision issues, be sure to load it any other application routes:
All versions of assets-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/framework-bundle Version >=2.0 <2.7 || ^3.0
symfony/yaml Version >=2.0 <2.7 || ^3.0
as3/modlr-bundle Version dev-master
limit0/assets Version ~1.0
symfony/framework-bundle Version >=2.0 <2.7 || ^3.0
symfony/yaml Version >=2.0 <2.7 || ^3.0
as3/modlr-bundle Version dev-master
limit0/assets Version ~1.0
The package limit0/assets-bundle contains the following files
Loading the files please wait ....