Local development
Use when: Repository exists — bootstrap runs on laptop before first staging deploy.
Source procedure: Peels S05-Local-Setup → setup-new phase 3.
Dependencies & assets 💻
Section titled “Dependencies & assets 💻”-
composer installexit 0 -
npm ci/npm installexit 0 -
npm run buildexit 0 (or vendor-documented asset command)
Database & app 💻
Section titled “Database & app 💻”- Local
.envconfigured;APP_KEYgenerated - Migrations run; seed if required
- Installer/wizard completes in browser
- Login as admin succeeds
Herd / local URL 💻
Section titled “Herd / local URL 💻”- Site resolves on
.testwith valid TLS (Herd) -
php artisan route:listshows expected routes
Pre-staging gate
Section titled “Pre-staging gate”- No blocking errors in
storage/logs/laravel.log - Incident response checklist started (Sentry optional locally)
Sign-off
Section titled “Sign-off”- Demo path recorded (screenshot or short Loom)
- Ready for staging deploy checklist