PHP code example of enzoaccardo / ci4-adminkit

1. Go to this page and download the library: Download enzoaccardo/ci4-adminkit 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/ */

    

enzoaccardo / ci4-adminkit example snippets


protected function formConfig(): array
{
    return [
        'action'   => base_url('admin/utenti/salva'),
        'sections' => [[
            'title'  => 'Anagrafica',
            'fields' => [
                'nome'  => ['type' => 'text',  'label' => 'Nome', '