PHPackages                             zf2book/zf-deals - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. zf2book/zf-deals

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zf2book/zf-deals
================

This is the companion to the book 'Webentwicklung mit Zend Framework 2'

81206[1 PRs](https://github.com/michael-romer/ZfDeals/pulls)PHP

Since Oct 20Pushed 13y ago3 watchersCompare

[ Source](https://github.com/michael-romer/ZfDeals)[ Packagist](https://packagist.org/packages/zf2book/zf-deals)[ RSS](/packages/zf2book-zf-deals/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Install
=======

[](#install)

Main Install
------------

[](#main-install)

1. Add the following statement to the requirements-block of your composer.json: "zf2book/zf-deals": "dev-master","dlu/dlutwbootstrap": "dev-master"
2. Run a composer update to download the libraries needed.
3. Add "ZfDeals" and "DluTwBootstrap" to the list of active modules in `application.config.php`
4. Import the SQL schema located in `/vendor/zf2book/zf-deals/data/structure.sql`
5. Copy `/vendor/zf2book/zf-deals/data/public/zf-deals` to the public folder of your application.

Post Install
------------

[](#post-install)

1. If you do not already have a valid Zend\\Db\\Adapter\\Adapter in your service manager configuration, put the following in `/config/autoload/db.local.php`:

    ```
