Dashboard Modal Page ¶
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(); ?>```
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.