在我的资源控制器上,我有常用的方法,index、store、update等。我还有一个管理中间件和授权的construct,如下所示: {public function __invoke() return new UserResource(auth()->user());如果我想添加中间件和自授权策略
我做的第一件事是用ng-file-upload模块发送文件夹的ID。 url: '/api/files/upload', data: { folderId: currentFolder // This is the information I want to receive})...;router.route('/api/files/uploa