configure-local-environment
Installation
SKILL.md
Configure Local Environment
When To Use
Use this skill when installing a new project locally, setting up isolated local test databases, or configuring mail traps.
Workflow
- Herd Link: Run
herd linkinside the project root to map it to a.testdomain. - Mail Traps: Configure
.envto redirect outgoing emails to local port1025using SMTP. - Database Scaffolding: Setup an empty local SQLite or Postgres database and run
php artisan migrate --seed. - Secure Local SSL: Run
herd secureto enable HTTPS locally.