How To Install php-laminas-mvc-plugin-flashmessenger on Fedora 36

In this tutorial we learn how to install php-laminas-mvc-plugin-flashmessenger in Fedora 36. php-laminas-mvc-plugin-flashmessenger is Laminas Framework Mvc/Plugin/FlashMessenger component

Introduction

In this tutorial we learn how to install php-laminas-mvc-plugin-flashmessenger on Fedora 36.

What is php-laminas-mvc-plugin-flashmessenger

Flash messages derive from Rails, and are used to expose messages from one action to the next, after which they are cleared; a typical use case is with Post/Redirect/Get, where they are created in the POST handler, and then displayed by the GET handler to indicate success or failure to the end-user. This component provides a flash messenger controller plugin for laminas-mvc versions 3.0 and up. Documentation

We can use yum or dnf to install php-laminas-mvc-plugin-flashmessenger on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-laminas-mvc-plugin-flashmessenger.

Install php-laminas-mvc-plugin-flashmessenger on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-laminas-mvc-plugin-flashmessenger using dnf by running the following command:

sudo dnf -y install php-laminas-mvc-plugin-flashmessenger

Install php-laminas-mvc-plugin-flashmessenger on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-laminas-mvc-plugin-flashmessenger using yum by running the following command:

sudo yum -y install php-laminas-mvc-plugin-flashmessenger

How To Uninstall php-laminas-mvc-plugin-flashmessenger on Fedora 36

To uninstall only the php-laminas-mvc-plugin-flashmessenger package we can use the following command:

sudo dnf remove php-laminas-mvc-plugin-flashmessenger

php-laminas-mvc-plugin-flashmessenger Package Contents on Fedora 36

/usr/share/doc/php-laminas-mvc-plugin-flashmessenger
/usr/share/doc/php-laminas-mvc-plugin-flashmessenger/COPYRIGHT.md
/usr/share/doc/php-laminas-mvc-plugin-flashmessenger/README.md
/usr/share/doc/php-laminas-mvc-plugin-flashmessenger/composer.json
/usr/share/licenses/php-laminas-mvc-plugin-flashmessenger
/usr/share/licenses/php-laminas-mvc-plugin-flashmessenger/LICENSE
/usr/share/php/Laminas/Mvc/Plugin
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/FlashMessenger.php
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/Module.php
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/View
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/View/Helper
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/View/Helper/FlashMessenger.php
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/View/Helper/FlashMessengerFactory.php
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/View/HelperTrait.php
/usr/share/php/Laminas/Mvc/Plugin/FlashMessenger/autoload.php
/usr/share/php/Zend/Mvc/Plugin
/usr/share/php/Zend/Mvc/Plugin/FlashMessenger
/usr/share/php/Zend/Mvc/Plugin/FlashMessenger/autoload.php

References

Summary

In this tutorial we learn how to install php-laminas-mvc-plugin-flashmessenger on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).