added support for bundles outside of the bundle directory using 'path: ' syntax like views.

This commit is contained in:
Taylor Otwell
2012-04-13 13:54:56 -05:00
parent 0f483fb390
commit 44dbbe01da
3 changed files with 22 additions and 11 deletions

View File

@@ -33,6 +33,7 @@
- [Added `unless` structure to Blade template engine](/docs/views/templating#blade-unless).
- [Added Blade comments](/docs/views/templating#blade-comments).
- [Added simpler environment management](/docs/install#environments).
- Added support for bundles outside of the bundle directory.
- Added support for DateTime database query bindings.
- Migrated to the Symfony HttpFoundation component for core request / response handling.
- Fixed the passing of strings into the `Input::except` method.