Skip to main content
0 votes
1 answer
87 views

I upload a file with laminas/zend and do some validations for safety. How can I crop and resize the image on the server and save the cropped/resized image to the same (server) directory as the ...
Jilco Tigchelaar's user avatar
0 votes
0 answers
28 views

I have the following problem: I'm trying to create a package for laminas MVC. But I am kinda confused as to why they have a ConfigProvider class and to what purpose they serve. Are they required for ...
Cedric Vigneron's user avatar
1 vote
1 answer
60 views

My code is something like this: public function fooAction() { $session = new Session('Boo'); $form = new FooForm(); if($this->getRequest()->isPost()) { $form->setData($this-&...
Lucas VB's user avatar
1 vote
0 answers
57 views

The form is working fine. All the selects and other form elements are works fine when I submit. The only problem is the community_id which is dependent on the district. Its always given The input was ...
Kwasi Ameyaw's user avatar
1 vote
1 answer
85 views

The question has been also posted here: https://discourse.laminas.dev/t/laminas-cache-with-doctrine-doctrine-orm-6-1-laminas-cache-3-12-php-8-3/3780 Clean installation on PHP8.3. Using the following ...
smozgur's user avatar
  • 1,794
2 votes
1 answer
193 views

I have installed php redis in my local system and have added the redis adapter via the composer command: composer require laminas/laminas-cache-storage-adapter-redis I tried following this ...
user avatar
1 vote
1 answer
198 views

I'm trying to post the following html form using GuzzleHttp but I'm unable to do so because of the error while setting the form_params in the header. InvalidArgumentException: Header value must be ...
GoharSahi's user avatar
  • 714
0 votes
1 answer
29 views

I'm using the twbs-helper-plugin in a Laminas project to render form elements. I can't figure out how to define form elements without a spacing between them. By default, class="mb-3" is ...
Oliver Coors's user avatar
0 votes
1 answer
56 views

I'm trying to migrate an existing application made with ZF3/Apigility to Laminas/ApiTools. I already tried tutorials/guides supposed to get me through a proper migration, nothing ever worked for me, ...
Vincent Adhenet's user avatar
1 vote
1 answer
404 views

I am upgrading my symfony tot 6.4. Since 6.3 I have seen this warning while updating packages in Symfony: "Package laminas/laminas-zendframework-bridge is abandoned, you should avoid using it. ...
Allart's user avatar
  • 928
1 vote
1 answer
468 views

Unable to Resolve Service: How does one resolve a service via a /conf/autoload/local.php config file. Error: Fatal error: Uncaught Laminas\ServiceManager\Exception\ServiceNotFoundException: Unable to ...
JI-Web's user avatar
  • 565
1 vote
1 answer
176 views

I'm new to Laminas framework and Unit testing and working with a Laminas framework project and I want to start unit testing in that application. I used laminas-test package and followed their tutorial....
Tharisha Perera's user avatar
-1 votes
1 answer
239 views

I have upgraded my magento versio to 2.4.6-p1, I need to change the Zend with Luminas. In my file I am having the following line: $this->pdf = new \Zend_Pdf(); How do I change this Zend to ...
JAYASHREE N's user avatar
0 votes
1 answer
241 views

I migratet my Project with the laminas migration tool from zendframework2 to laminas. I get these issues when I try to Init my Application with: Laminas\Mvc\Application::init(require 'config/...
Kimneyyy's user avatar
0 votes
1 answer
439 views

I have been working on two tables (A and B), what I want to do is fetch data from these tables using a left join in laminas db. The following code is of importance $select->join(array('b' => '...
ali-hassan's user avatar

15 30 50 per page
1
2 3 4 5
11