PHP code example of haojohnny / tp6-curd

1. Go to this page and download the library: Download haojohnny/tp6-curd 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/ */

    

haojohnny / tp6-curd example snippets




    return [
        'Haojohnny\Tp6Curd\Command\Curd',
        'Haojohnny\Tp6Curd\Command\Model',
        'Haojohnny\Tp6Curd\Command\Validate',
        'Haojohnny\Tp6Curd\Command\Controller',
    ];