
laravel 分页自定义
原始分页真是太难看了,如上 laravel很人性化的给我们提供了样式,在public/css里面有个app.css文件, 我 们只需要再视图引入它就好了 <link rel="stylesheet" href="{{asset('cs...
原始分页真是太难看了,如上 laravel很人性化的给我们提供了样式,在public/css里面有个app.css文件, 我 们只需要再视图引入它就好了 <link rel="stylesheet" href="{{asset('cs...
$goods = Goods::orderBy('created_at','desc')->orderBy('id','desc')->paginate(6);
url public/admin/goods?status=0&page=2 c $status = \Request::get('status'); return view("admin/goods/goods",compact(...
Laravel 出现"RuntimeException inEncrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the...
无法保存 session(['admin'=>$res[0]]); 可以保存 \Session::put('admin',$res[0]); // 你要保存的session key \Session::save();
index.js //index.js //获取应用实例 Page({ data: { cardInfo: { avater: "https://tool.wangmingchang.com/api/pic/rand_pic.html?na...
index.wxml <web-view src="http://www.wangmingchang.com/"></web-view> 代码片段: https://developers.weixin.qq.com/...
无法提供摘要。这是一篇受保护的文章。
/** * 数组 转 对象 * * @param array $arr 数组 * @return object */ function array_to_object($arr) { if (gettype($arr) != 'array'...
参考文档 http://www.yiichina.com/doc/guide/2.0 下载composer 安装yii2 https://packagist.org/packages/yiisoft/yii2-app-basic //安装插...