针对v3.2.24版本,修改如下文件:
1.app/Controller/Admin/Api/Store.php
<?php
declare(strict_types=1);
namespace App\Controller\Admin\Api;
use App\Controller\Base\API\Manage;
use App\Entity\Query\Delete;
use App\Entity\Query\Get;
use App\Entity\Query\Save;
use App\Interceptor\ManageSession;
use...
独角数卡安装报错Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException
The POST method is not supported for this route. Supported methods: GET, HEAD.
解决方案:
打开 网站resources/views/common/install.blade.php 文件769行
把<script src="https://cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
改为...