Hi,
I’m new in Laminas and learning from the book: Laminas: MVC Framework for PHP, using the code at:
As a reference to cut and paste, since the kindle web reader does not allow to do it.
In Section 4.1 Initial Configuration there’s an example on how to configure a default project.
After seting up the database, you have to configure two files: config/global.php and config/local.php.dist . The only place I can find something like that is at the /myapp/config/autoload/ directory at github and the local.php is missing.
Am I undestanding something wrong either with the book or github?
Thank you in avance
Ix