jonathan-martz/lumen-provider-auth

Php Lumen Provider Auth

0.2.5 2020-01-06 20:31 UTC

README

Installations

add to routes/web.php

$router->post('/user/todo/select', [
	'middleware' => 'auth',
	'uses' => 'TodoController@select'
]);