PHP code example of liaosp / laravel-admin-ext-rowaction

1. Go to this page and download the library: Download liaosp/laravel-admin-ext-rowaction 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/ */

    

liaosp / laravel-admin-ext-rowaction example snippets

`
public function form($model){
      $html = "<div>自定义html</div>";
     $this->diy($html);  
}