|
@@ -29,6 +29,7 @@ class MetaController extends Controller
|
|
|
|
|
|
public function index(Request $request)
|
|
|
{
|
|
|
+ Storage::put('chsy/qrcodes/1111.png',QrCode::size(200)->generate("http://uptoyo.com/2"));
|
|
|
$productList = $this->metaRepository->index($request->all());
|
|
|
$fractal = new Manager();
|
|
|
$resource = new Collection($productList, new MetaTransformer());
|