Skip to content

dev-think-one/nova-response-dynamic-modal

Repository files navigation

Nova Response dynamic Modal

Packagist License Packagist Version Total Downloads Build Status Code Coverage Scrutinizer Code Quality

Nova Package
V1 V1
V4 V2

Install

composer require think.studio/nova-response-dynamic-modal

Usage

<?php
return Action::modal('response-dynamic-modal', [
    'title' => 'Link was generated!',
    'message' => 'Please copy link to clipboard and then sent it to contact.',
    'copy' => $checkout->url,
]);

Laravel Nova Flexible Content in action