Skip to content

Instantly share code, notes, and snippets.

@farindra
Last active April 11, 2021 10:22
Show Gist options
  • Save farindra/355ed7d48f0882422ce41be024222ea0 to your computer and use it in GitHub Desktop.
Save farindra/355ed7d48f0882422ce41be024222ea0 to your computer and use it in GitHub Desktop.
Lumen Jwtauth Part 1 - Route web default
<?php
use App\Libraries\Core;
/* v1 group */
$router->group(['prefix' => 'v1', 'as' => 'v1'], function () use ($router) {
Core::renderRoutes('v1', $router);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment