随笔分类 - PHP
摘要:生成migration文件 1 php artisan make:migration alter_xxx_table 修改migration文件 1 public function up() 2 { 3 Schema::table('xxx', function (Blueprint $table)
阅读全文
摘要:apache配置文件httpd.conf修改“AddType application/x-httpd-php .xxx”,“.xxx”是想要的后缀名。 把文件后缀改成自定义的后缀名。 phpStorm为防止报错,在Settings->File Types->Recognized File Types
阅读全文

浙公网安备 33010602011771号