An open API service indexing awesome lists of open source software.

https://github.com/zeecoder/capifony-deploy-info-bundle

[ABANDONED] 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 root folder on the server.)
https://github.com/zeecoder/capifony-deploy-info-bundle

Last synced: 3 months ago
JSON representation

[ABANDONED] 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 root folder on the server.)

Awesome Lists containing this project

README

          

Capifony Deplyoment Info Bundle
===============================
[![Project Status](http://stillmaintained.com/ZeeCoder/capifony-deploy-info-bundle.png)](http://stillmaintained.com/ZeeCoder/capifony-deploy-info-bundle)

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')) }}`