Questions tagged [laminas]

Laminas (previously Zend Framework), is an open source general purpose application framework implemented in PHP and licensed under the New BSD license.

Laminas, previously , is an open source web application framework implemented in PHP and licensed under the New BSD license.

The Laminas Project is comprised of the following sub-projects:

154 questions
-1
votes
1 answer

Configuration must contain a "adapter" key in Laminas Framework

recién actualice el modulo laminas/laminas-cache a la versión ^3.1.3 y al momento de ejecutar mi desarrollo me lanza el siguiente error: Fatal error: Uncaught InvalidArgumentException: Configuration must contain a "adapter" key. in…
-1
votes
1 answer

How to connect zend - laminas with MongoDB

I am new to Zendlaminas and MongoDB.I know PHP. I want to connect the laminas with MongoDB. I do no from which file i need to start to config.For the whole day i am stuck here. Can anyone guide here. I have installed Zend Laminas Using a Apache2…
-1
votes
1 answer

Lamians/ZF3: Adding CSS Class to invalid Form Fields

I would like to add an Red Border - for example through adding an CSS Class - to invalid input fields. What is the best way to do so ? Or does Laminas already have something built in for this ? kind regards Jan
jan7007
  • 41
  • 4
-3
votes
1 answer

Getting message "Composer could not find a composer.json file" installing Laminas skeleton application

Ran the tutorial on starting a Laminas project on this page: https://docs.laminas.dev/tutorials/getting-started/skeleton-application/. Got the error shown below after running this command: composer create-project -s dev laminas/laminas-mvc-skeleton…
dougB
  • 499
  • 5
  • 11
1 2 3
10
11