Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/core-dev-bundle
[WIP] Support development and describing available runtime functionality.
https://github.com/dpb587/core-dev-bundle
Last synced: 24 days ago
JSON representation
[WIP] Support development and describing available runtime functionality.
- Host: GitHub
- URL: https://github.com/dpb587/core-dev-bundle
- Owner: dpb587
- License: mit
- Created: 2012-11-11T18:27:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T18:27:44.000Z (about 12 years ago)
- Last Synced: 2024-10-30T18:13:39.124Z (2 months ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dpb587/core-dev-bundle
======================Support development and describing available runtime functionality.
Overview
--------Useful for describing:
* dependency injection (parameters, services, tags)
* routing (accessible urls and their requirements)
* twig filters (usage and PHP invocations)
* composer (installed package details)Built-in symfony2 has some related commands for debugging, but I like the links
and additional metadata that web pages can provide for quickly traversing
references.Installation
============Install package:
composer.phar install dpb587/core-dev-bundle
Register bundle (e.g. `app/AppKernel.php`):
new DPB\Bundle\CoreDevBundle\DPBCoreDevBundle(),
Register routes (e.g. `app/config/routing_dev.yml`):
_dpb_coredev_default:
resource: "@DPBCoreDevBundle/Resources/config/routing/default.xml"
prefix: "/dev"Verify:
./app/console server:run &
open http://localhost:8000/dev/LICENSE
=======Copyright 2012 Danny Berger
MIT License (see LICENSE file)