think.studio/nova-response-dynamic-modal

Laravel Nova 动态模态响应。

2.1.0 2023-09-03 11:41 UTC

This package is auto-updated.

Last update: 2024-09-03 13:54:10 UTC


README

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

安装

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

用法

<?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