laravel 分类deno
/** * 产品分类获取子节点 * @param array $data [description] * @return [type] [description] */ function get_childer_node($data = [...
/** * 产品分类获取子节点 * @param array $data [description] * @return [type] [description] */ function get_childer_node($data = [...
html <meta name="csrf-token" content="{{csrf_token()}}"> <div class="layui-card"> <div class="layui-card-...
查看源代码后发现integer方法的第二个参数并不是指定长度,而是是否设置auto increment, 所以integer方法无法指定子段长度,默认为11。
dd(\Request::getClientIp());
composer require simplesoftwareio/simple-qrcode 1.5.1 // 在config/app.php 注册服务提供者: SimpleSoftwareIO\QrCode\QrCodeServiceP...
composer require phpmailer/phpmailer use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; public functi...
//开启查询日志 \DB::connection()->enableQueryLog(); //执行sql语句 $goods_group = \App\Goods_group::orderBy('sort','desc')->...
原始分页真是太难看了,如上 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(...