摘要: class File{ static function image($file) { validate(['image'=>'fileSize:5242880|fileExt:jpg']) ->check(['image'=>$file]); $savename = \think\facade\Fi 阅读全文
posted @ 2022-03-06 20:20 南瓜不能吃 阅读(246) 评论(0) 推荐(0)
摘要: TP5下载: composer require topthink/think-migration=1.0.* 2.创建迁移文件php think migrate:create Users 3.编辑文件 public function change() { // create the table $t 阅读全文
posted @ 2022-03-06 19:50 南瓜不能吃 阅读(71) 评论(0) 推荐(0)