我在wamp中的www文件夹上安装了一个项目,但当我添加新的路由并尝试使用未找到的浏览器获取该项目时,我将所有laravel 4文件复制到本地文件夹(不包括publi文件夹),并将其内容放在www上,然后尝试路由,得到相同的错误:<?Simply tell Laravel the URIs it should respond to
| and give it the
我在Resource中使用Laravel 8来定义api.php中的路由,在控制器中定义DestroyProductRequest: 'product' => ProductController::class,在主计长中:
public function destroy(DestroyProductRequest $request, Product$pr