think.studio/nova-response-dynamic-modal

A Laravel Nova dynamic modal response.

2.1.0 2023-09-03 11:41 UTC

This package is auto-updated.

Last update: 2024-04-03 12:56:31 UTC


README

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