yaroslawww/nova-response-dynamic-modal

此包已被 废弃 且不再维护。作者建议使用 think.studio/nova-response-dynamic-modal 包。

Laravel Nova 动态模态响应。

2.1.0 2023-09-03 11:41 UTC

This package is auto-updated.

Last update: 2023-09-03 11:43:16 UTC


README

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

Nova
V1 V1
V4 V2

安装

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