leaf icon indicating copy to clipboard operation
leaf copied to clipboard

How to add middleware in this route app()->resource('/posts', 'PostsController');

Open Fit-Developer opened this issue 1 year ago • 3 comments

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

Fit-Developer avatar Jan 26 '24 13:01 Fit-Developer