如何使用它
下载并解压文件。
使用终端,进入解压目录并运行composer update 。
cd atoz
composer update
在 YourRootDirectory\atoz\app\config\database.php 中编辑您的数据库设置
'mysql' => array(
'driver' => 'mysql' ,
'host' => 'localhost' ,
'database' => 'atoz' ,
'username' => 'root' ,
'password' => '' ,
'charset' => 'utf8' ,
'collation' => 'utf8_unicode_ci' ,
'prefix' => '' ,
运行迁移和数据库播种器
php arti