更换composer镜像源 Installation failed, reverting ./composer.json and ./composer.lock to their original content.Installation failed, reverting ./composer.j...
In StreamHandler.php line 171:There is no existing directory at “L:\Work\PHP\cxybj.com\storage\logs” and its not buildable: No such file or directory解...
tar -jcvf cxybj.tar.bz2 cxybj.sql 报错tar (child): bzip2: Cannot exec: No such file or directorytar (child): Error is not recoverable: exiting now...
laravel使用Blade模板创建提交表单时POST 419 | Page Expired 错误...
模型需要过滤非数据表字段的数据,使用方法:$user = new User($_POST);// 过滤post数组中的非数据表字段数据$user->allowField(true)->save();指定某些字段写入,使用方法:$user = new User();// post数...