摘要: 首先还是老样子使用composer安装添加到composer.json "simplesoftwareio/simple-qrcode": "1.3.*" 然后控制器里面下 use SimpleSoftwareIO\QrCode\Facades\QrCode; 最后直接使用就好了 // 二维码(网址 阅读全文
posted @ 2018-11-01 17:52 蜗牛使劲冲 阅读(54) 评论(0) 推荐(0)
摘要: 这里面包含单张和多张图片的上传 首先先来前端页面的html <!DOCTYPE html> <html> <head> <title>上传图片</title> </head> <body> <form method="post" action="{{url('uploadImgs')}}" enct 阅读全文
posted @ 2018-11-01 17:51 蜗牛使劲冲 阅读(17) 评论(0) 推荐(0)