随笔分类 -  PHP

摘要:生成migration文件 1 php artisan make:migration alter_xxx_table 修改migration文件 1 public function up() 2 { 3 Schema::table('xxx', function (Blueprint $table) 阅读全文
posted @ 2020-06-19 22:46 Helix006 阅读(3338) 评论(0) 推荐(0)
摘要:apache配置文件httpd.conf修改“AddType application/x-httpd-php .xxx”,“.xxx”是想要的后缀名。 把文件后缀改成自定义的后缀名。 phpStorm为防止报错,在Settings->File Types->Recognized File Types 阅读全文
posted @ 2019-05-09 22:03 Helix006 阅读(429) 评论(0) 推荐(0)