PHP code example of marcorombach / livewire-confirm-modal

1. Go to this page and download the library: Download marcorombach/livewire-confirm-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/ */

    

marcorombach / livewire-confirm-modal example snippets

javascript
"./vendor/marcorombach/livewire-confirm-modal/resources/views/components/*.php"
javascript
content: [
    "./resources/**/*.blade.php",
    "./resources/**/*.js",
    ...
    "./vendor/marcorombach/livewire-confirm-modal/resources/views/components/*.php",
] 
bash
php artisan vendor:publish --tag="livewire-confirm-modal-views"