uzdevid/dashboard-modal-page Dashboard Modal Page

Dashboard Modal Page

  1. Installation
  2. Usage

Dashboard Modal Page

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist dashboard/modal-page "*"

or add

"dashboard/modal-page": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php echo \dashboard\modalpage\ModalPage::widget(); ?>```