PHP code example of leftsky / laravel-help

1. Go to this page and download the library: Download leftsky/laravel-help 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/ */

    

leftsky / laravel-help example snippets


    // 引入一键curd 代理get方法
    use SimpleCurd;
    // 设置当前模型
    private string $model = YourModal::class;