laravel定义api路由
Posted wgchen~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel定义api路由相关的知识,希望对你有一定的参考价值。
应用场景
定义路由访问前缀
文件地址:project\\app\\Providers\\RouteServiceProvider.php
/**
* Define the "api" routes for the application.
*
* These routes are typically stateless.
*
* @return void
*/
protected function mapApiRoutes()
{
Route::prefix(
以上是关于laravel定义api路由的主要内容,如果未能解决你的问题,请参考以下文章