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.)
- Host: GitHub
- URL: https://github.com/zeecoder/capifony-deploy-info-bundle
- Owner: ZeeCoder
- Created: 2014-06-25T20:25:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T13:06:55.000Z (over 10 years ago)
- Last Synced: 2025-01-27T13:14:30.805Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Capifony Deplyoment Info Bundle
===============================
[](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')) }}`