gpt4 book ai didi

laravel - API 路由未显示在路由 :list 中

转载 作者:行者123 更新时间:2023-12-04 14:37:42 26 4
gpt4 key购买 nike

我在路由->api 中创建了 Route,但是当我这样做时 php artisan route:list ,它向我展示了除这条路线之外的所有路线:

Route::apiResources([
'vh-invoice' => 'API\VhInvoiceController'
]);

即使我删除了一些路线,它也显示了相同的路线:列表,就像我一样,删除了下面的这些路线,但在路线:列表中,它也向我显示了已删除的路线,如下图所示。

Route::get('findVTI', 'API\TicketInvoiceController@searchVTI');
Route::get('selectVTI', 'API\TicketInvoiceController@selectVTI');

enter image description here

最佳答案

您可能已经缓存了您的路由并需要清除缓存。您可以运行 php artisan route:cache刷新缓存。

关于laravel - API 路由未显示在路由 :list 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53571754/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com