PHP code example of think.studio / nova-response-dynamic-modal

1. Go to this page and download the library: Download think.studio/nova-response-dynamic-modal library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

think.studio / nova-response-dynamic-modal example snippets



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,
]);