Download the PHP package mickaelandrieu/whoops-bundle without Composer
On this page you can find all versions of the php package mickaelandrieu/whoops-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mickaelandrieu/whoops-bundle
More information about mickaelandrieu/whoops-bundle
Files in mickaelandrieu/whoops-bundle
Package whoops-bundle
Short Description Symfony 2 implementation of Whoops debugguer library
License MIT
Homepage https://github.com/mickaelandrieu/WhoopsBundle
Informations about the package whoops-bundle
WhoopsBundle
Symfony 2 implementation of debugguer library Whoops
INSTALLATION
As usual, there is few steps required to install this bundle:
-
Add this bundle to your project as a composer dependency:
- Add this bundle to your application kernel:
That's all ! Enjoy the new theme we've created for Symfony 2.
Note: this bundle is compatible with GnugatWizardBunde
- Configure Path to the resources for theming (non required)
You can as well create your own theme, by create a folder in your application with the files you want to override: you will essentialy override the css styles and need to create a file that you need to locate in an css folder. For now, is still a WIP and you have to follow this to make your own theme.
You can override as well all the files loaded by library for the used here:
- pretty-page.css
- pretty-template.php
Then, configure the bundle in your file:
am_whoops:
resources_path: "%kernel.root_dir%/../web/bundles/amwhoops"
- How to contribute
This bundle is now fully unit-tested, I will accept only PR with tests related to this roadmap:
- Allow user to create his own Handlers
- Update whoops library to 1.1 when tagged to stable
- Create symfony-whoops-edition to have a demo website