leaf
leaf copied to clipboard
How to add middleware in this route app()->resource('/posts', 'PostsController');
I tried to do this
app()->resource('/posts', ['middleware' => 'auth','PostsController']);
but I got error
TypeError: Leaf\Router::resource(): Argument #2 ($controller) must be of type string, array given