Laravel Config Env Storage
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.
Run in terminal (recommended)
claude mcp add laravel-config-env-storage npx -- -y @trustedskills/laravel-config-env-storage
Or manually add to ~/.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
.envfiles - Writes to
.envfiles - Accesses Laravel configuration values
- Manipulates environment variables
Example prompts
- "Set the
APP_NAMEenvironment variable to 'My Awesome App'." - "What is the value of the
DATABASE_HOSTenvironment variable?" - "Update the database password in the
.envfile."
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.