skip to Main Content

Laravel – Delete Files when using CloudFront

I'm running a website using laravel (v.10), filament (v.3) and I'm using SpatieMediaLibrary (updated to latest version) for uploading files to aws. I serve the content through CloudFront. My bucket policy for the moment is: { "Version": "2012-10-17", "Id": "PolicyForCloudFrontPrivateContent",…

VIEW QUESTION

Laravel – How attach a throttle middleware to a route?

I am having problems with attaching a middleware to my existing routes. Problem is with extra parameters, which cause syntax errors. My current route: Route::get('summary/{topicid}/{issueid}', [AppHttpControllersSummaryController::class, 'show']); Adding the needed middleware is described in the package I am trying to…

VIEW QUESTION
Back To Top
Search