zeecoder/capifony-deploy-info-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

v0.1.6 2014-07-29 15:23 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:36:21 UTC


README

Project Status

As the name suggests, this bundle assumes a Capifony deployment process.

The bundle adds a simple footer for the dev environment, showing when was the last deployment, and what is the current "version". (Which is the name of the project's current folder on the server.)

Usage

  • Install with composer,

  • Register in the AppKernel: new ZeeCoder\Bundle\CapifonyDeployInfoBundle\ZeeCapifonyDeployInfoBundle(),,

  • Add the css after assets:install: bundles/zeecapifonydeployinfo/css/DeploymentInfo.css

  • Render the Deployment controller's getInfo action wherever you want in your twig template:

    {{ render(controller('ZeeCapifonyDeployInfoBundle:Deployment:getInfo')) }}