Laravel Filesystem Uploads
This skill simplifies Laravel file uploads by providing a streamlined process for handling and storing user-uploaded files efficiently.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add laravel-filesystem-uploads npx -- -y @trustedskills/laravel-filesystem-uploads
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"laravel-filesystem-uploads": {
"command": "npx",
"args": [
"-y",
"@trustedskills/laravel-filesystem-uploads"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables Laravel applications to handle file uploads using the filesystem. It provides functionality for storing files in various storage locations (local, cloud storage like AWS S3 or Azure Blob Storage) and managing uploaded content within a Laravel project. The skill streamlines common upload tasks, reducing boilerplate code and improving developer efficiency.
When to use it
- Building image galleries: Allow users to upload images for display on a website or application.
- Creating document management systems: Enable users to upload and store various file types (PDFs, DOCX, etc.).
- Handling user profile pictures: Provide functionality for users to upload and update their profile pictures.
- Processing form submissions with attachments: Allow users to submit forms that include file uploads as part of the data.
Key capabilities
- File storage in various locations (local, cloud)
- Simplified upload handling within Laravel applications
- Reduces boilerplate code for common upload tasks
- Integration with Laravel's filesystem abstraction layer
Example prompts
- "Upload this image to my 'public/images' folder."
- "Store the attached PDF file in S3 under the key 'user_documents/report.pdf'."
- "Generate a unique filename for this uploaded CSV file."
Tips & gotchas
This skill requires a working Laravel installation and appropriate filesystem drivers configured (e.g., AWS SDK for S3). Ensure your storage configuration is correctly set up within config/filesystems.php before using the skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.