Laravel Config Env Storage

🌐Community
by noartem · vlatest · Repository

Safely stores and retrieves Laravel `.env` file configurations using a persistent storage solution.

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 laravel-config-env-storage npx -- -y @trustedskills/laravel-config-env-storage
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "laravel-config-env-storage": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/laravel-config-env-storage"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to manage Laravel application configuration and environment variables. It can read, write, and manipulate .env files, as well as access configuration values directly within the Laravel framework. This enables automated deployment tasks, dynamic configuration updates, and programmatic control over application settings.

When to use it

  • Automated Deployment: Automatically configure a new Laravel environment with specific database credentials or API keys during deployment.
  • Dynamic Configuration Updates: Modify environment variables on-the-fly based on external events or user input.
  • Testing and Development: Generate test configurations with different settings for various testing scenarios.
  • Environment Management: Switch between development, staging, and production environments by updating configuration values.

Key capabilities

  • Reads .env files
  • Writes to .env files
  • Accesses Laravel configuration values
  • Manipulates environment variables

Example prompts

  • "Set the APP_NAME environment variable to 'My Awesome App'."
  • "What is the value of the DATABASE_HOST environment variable?"
  • "Update the database password in the .env file."

Tips & gotchas

This skill requires a working Laravel installation and access to the application's configuration files. Be cautious when modifying environment variables, as incorrect values can break your application.

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
12

🌐 Community

Passed automated security scans.