PHP code example of wuxuejian / dcat-config

1. Go to this page and download the library: Download wuxuejian/dcat-config 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/ */

    

wuxuejian / dcat-config example snippets


//resources/lang/zh-CN/dcat-config

return [
    'Basic'=>'基本配置'
];


	'text' => '文本',
	'select' => '下拉选框单选',
	'multipleSelect' => '下拉选框多选',
	'listbox' => '多选盒',
	'textarea' => '长文本',
	'radio' => '单选',
	'checkbox' => '多选',
	'email' => '邮箱',
	'password' => '密码',
	'url' => '链接',
	'ip' => 'IP',
	'mobile' => '手机',
	'color' => '颜色选择器',
	'time' => '时间',
	'date' => '日期',
	'datetime' => '时间日期',
	'file' => '文件上传',
	'image' => '图片上传',
	'multipleImage' => '多图上传',
	'multipleFile' => '多文件上传',
	'editor' => '富文本编辑器',
	'number' => '数字',
	'rate' => '费率',
	'array'=>'数组'