jonathan-martz/lumen-middelware-auth

Php Lumen Middelware Auth

0.2.8 2020-03-27 21:16 UTC

README

Installations

add to routes/web.php

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