Laravel执行php artisan migrate时Nothing to migrate
#数据库#数据表我出现这种报错的情况这样的,我新建了一个migration,成功执行了php artisanmigrate,但是后来发现有问题,删除了数据表重新运行phpartisanmigrate...
Laravel2017-04-17Laravel执行php artisan make:migration时报错failed to open stream: No such file or directory
laravel执行生成迁移时报错:[ErrorException] include(D:\wnmp\www\laravel-5-3-dev\vendor\compos...
Laravel2017-04-16MassAssignmentException in Model.php line 452: name
laravel使用EloquentORM的create插入数据时出现报错,且报错信息只是一个字段的名字。MassAssignmentException in Model.php...
Laravel2017-04-04一个页面多个文件上传控件实现方法
方法实现如下:对ajaxFileUpload.js插件进行修改以实现多文件上传。步骤:(该方法来自:http://www.cnblogs.com/wiseblog/articles/5913579.h...
前端2017-04-03laravel使用migration建立数据表
首先在命令行下进入到项目根目录,执行下面命令:php artisan make:migration create_record_table --create=r...
Laravel2017-03-30Laravel 没有用查询构建器,查询的结果怎么实现分页
#laravel基于5.2版本在开发过程中有这么一种情况,你请求Javaapi获取信息,由于信息较多,需要分页显示。Laravel官方提供了一个简单的方式paginate($perPage),但是这种方法只适用mo...
Laravel2017-03-29git add 的时候出现warning: LF will be replaced by CRLF
#git在使用git的时候出现这样的情况,如下图:warning:LFwillbereplacedbyCRLFinapp/Http/Controllers/CaptchaCon...
其他2017-03-15laravel用composer更新mews captcha遇到错误
#mews#captchalaravel用composer更新mewscaptcha遇到如下错误:Yourrequirementscouldnotberesolvedtoaninstallablese...
Laravel2017-03-13laravel出现No supported encrypter found. The cipher and / or key length are invalid.
Nosupportedencrypterfound.Thecipherand/orkeylengthareinvalid. 出现这个错误是因为缺...
Laravel2017-03-12已解决:laravel出现Please provide a valid cache path.
在家里电脑上git下在别的地方写好的项目,配置完成后访问首页出现如下提示:Pleaseprovideavalidcachepath.解决方法如下:1、确保storage目录下有如app...