using-zend-framework-3-book icon indicating copy to clipboard operation
using-zend-framework-3-book copied to clipboard

Book need updates for instructions

Open russeljo opened this issue 4 years ago • 1 comments

Installing doctrine cause conflicts with current skeleton app, so i install next versions:

  1. Install ZFSkeleton app ver 3.0.3 with minimall packages
  2. nextinstall doctrine-module:1.2.0 composer require doctrine/doctrine-module:1.2.0
  3. next doctrine-orm-module 1.1.8 composer require doctrine/doctrine-orm-module:1.1.8

Rus Lang: чтобы доктрина встала при установке композером, нужно установить версию скелетного приложения 3.0.3 c минимальным количеством пакетов затем установить doctrine-module:1.2.0 composer require doctrine/doctrine-module:1.2.0 затем версию доктрины 1.1.8 composer require doctrine/doctrine-orm-module:1.1.8 Остальные варианты вызывают конфликты пакетов. У меня только так установилось.

russeljo avatar Feb 11 '20 11:02 russeljo

Hi @russeljo I took the time to rewrite the book to Laminas and I would like to incorporate your comment. Are you talking about this section of the book? https://modir.github.io/laminas-book/doctrine/#installing-doctrine-components-with-composer

modir avatar Jan 20 '24 15:01 modir