Laravel Filesystem Uploads

🌐Community
by noartem · vlatest · Repository

This skill simplifies Laravel file uploads by providing a streamlined interface for handling user-uploaded files securely and efficiently.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add noartem-laravel-filesystem-uploads npx -- -y @trustedskills/noartem-laravel-filesystem-uploads
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "noartem-laravel-filesystem-uploads": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/noartem-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 directly to the filesystem. It provides a streamlined approach for managing user-uploaded files, simplifying common tasks like storage and organization within your application's file system. The skill leverages Laravel’s built-in filesystem abstraction layer for flexibility in choosing storage backends (local, S3, etc.).

When to use it

  • Building a website with user profile pictures: Allow users to upload images for their profiles.
  • Creating an application where users can submit documents: Handle document uploads for applications like invoice processing or contract management.
  • Developing a platform for sharing media files: Provide functionality for users to upload and share various types of media content.
  • Implementing file attachments in a CRM system: Allow users to attach relevant files to customer records.

Key capabilities

  • File uploads via Laravel’s filesystem abstraction
  • Simplified storage management
  • Support for multiple storage backends (local, S3, etc.)

Example prompts

  • "Upload this image file and store it in the 'public/images' directory."
  • "Create a new folder named 'user_documents/{userID}' and upload the attached PDF there."
  • “Generate a unique filename for this uploaded video.”

Tips & gotchas

This skill requires a working Laravel application. Ensure your .env file is properly configured with appropriate filesystem settings before using it.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
noartem
Installs
10

🌐 Community

Passed automated security scans.