API Routes

Routes to provide API service.

This feature is in built in process but, right now you can handle routes with the api.php file same like in web.php, you could register your routes in one or many routes array and use "addRoutes()" helper to add more routes separeted in different arrays".

Last updated