摘要:
生成底部带编号的二维码如下图所示: 具体实现代码如下: <?php namespace App\Http\Controllers\Api; use App\Models\OrderGoods; use Illuminate\Foundation\Application; use Illuminate 阅读全文
摘要:
在项目中,删除了 .env的APP_KEY的值,再运行 以下命令生成APP_KEY的值,访问 依然是The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths错误信息; php art 阅读全文