$file = Input::file(‘myfile’);if($file -> isValid()){ //检验一下上传的文件是否有效.$clientName = $file -> getClientOriginalName();$tmpName = $file ->getFileName(); // 缓存……继续阅读 » 开心洋葱 8年前 (2017-05-31) 2351浏览 0评论302个赞
Migration table not found.Migration table created successfully. [Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was ……继续阅读 » 开心洋葱 8年前 (2017-04-24) 1814浏览 0评论324个赞
Do not run Composer as root/super user! See https://getcomposer.org/root for detailsLoading composer repositories with package informationInstalling dependencies (including requi……继续阅读 » 开心洋葱 8年前 (2017-04-22) 1314浏览 0评论267个赞
laravel middleware概要讲解和说明WEB访问请求之前要处理的一些逻辑,一般做action前的验证、信息过滤处理功能。中间件类存放位置$APP/middleware/里在路由上增加访问中间件类 route::group(array(‘middleware’ => ‘topc_middleware……继续阅读 » 开心洋葱 8年前 (2017-02-24) 1916浏览 0评论1161个赞
1.Call to undefined method Illuminate\Auth\SessionGuard::Route()解决:$middlewareGroups 增加对应Group2.Class App\Http\Controllers\Admin\Auth\Request does not exist 解决:use \Illuminate\H……继续阅读 » 开心洋葱 8年前 (2017-02-19) 2140浏览 0评论306个赞
1. register base bindings.2. register base service providers(\Illuminate\Events\EventServiceProvider and \Illuminate\Routing\RoutingServiceProvider).3. register core service alia……继续阅读 » 开心洋葱 8年前 (2017-02-13) 3041浏览 0评论2028个赞
laravel资源路由解释 动词路径行为路由名称GET/photoindexphoto.indexGET/photo/createcreatephoto.createPOST/photostorephoto.storeGET/photo/{photo}showphoto.show……继续阅读 » 开心洋葱 8年前 (2017-02-13) 1423浏览 0评论196个赞
排名下载次数Star 数扩展包一句话描述128839683968intervention/image图片处理扩展包,支持裁剪、水印等处理,使用教程请见https://laravel-china.org/topics/1903222153723694barryvdh/laravel-debugbar页面调试工具栏 ……继续阅读 » 开心洋葱 8年前 (2017-02-10) 1311浏览 0评论407个赞
使用以下命令全局安装composer 加速插件composer global require "hirak/prestissimo:^0.3"composer 加速插件使用后 速度明显变快288s -> 26s卸载命令composer global remove hirak/prestissimo其他说明:……继续阅读 » 开心洋葱 8年前 (2017-01-12) 2355浏览 0评论1467个赞