Download the PHP package oneup/contao-developer-convenience-bundle without Composer
On this page you can find all versions of the php package oneup/contao-developer-convenience-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oneup/contao-developer-convenience-bundle
More information about oneup/contao-developer-convenience-bundle
Files in oneup/contao-developer-convenience-bundle
Package contao-developer-convenience-bundle
Short Description Provides a set of tools to use while developing with contao
License MIT
Homepage https://1up.io
Informations about the package contao-developer-convenience-bundle
ContaoDeveloperConvenienceBundle
This bundle for Contao contains a set of tools that come in handy while developing with Contao. Currently included commands:
-
dev:sync <environment>
Synchronise Database and Files from a remote installation
dev:imageoptim <environment>
Requirements
This bundle needs a working mage configuration (mage.yml
)
imageoptim
The dev:imageoptim
command also requires a set of node.js modules.
Add them in your package.json
file as shown below.
Configuration
You can configure the image-optimization in your app's config (app/config/config.yml
).
parameters are omittable. They default to above shown values.
quality
parameters range in between [1-100]
, where 100
results in the best quality.
speed
parameter is only available for the png modules. This value ranges in between [0-10]
, where 10
is the fastest (while decreasing quality).
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
All versions of contao-developer-convenience-bundle with dependencies
contao/core-bundle Version ^4.9
symfony/config Version ^3.3|^4.0
symfony/console Version ^3.3|^4.0
symfony/dependency-injection Version ^3.3|^4.0
symfony/framework-bundle Version ^3.0|^4.0
symfony/http-kernel Version ^3.3|^4.0
symfony/process Version ^3.3|^4.0
symfony/yaml Version ^3.3|^4.0