# Setup Complete — Shavhani Attorneys

Local environment is configured for development.

## What's ready

- `.env` with `APP_NAME="Shavhani Attorneys"` and MySQL `shavhani_attorneys`
- Migrations + seeders (admin user, firm settings, 10 practice areas, FAQs)
- Frontend assets compiled in `public/build/`

## Admin credentials

- **Email:** `admin@example.com`
- **Password:** `password`

Change these immediately after first login.

## Local URLs

- **Public site:** `http://localhost/shavhani-attorneys/public`
- **Admin:** `http://localhost/shavhani-attorneys/public/admin`

## Next steps

1. Confirm MySQL is running in XAMPP
2. Add logo to `public/images/logo/logo.png` (optional — SA SVG fallback is used otherwise)
3. Add hero photo to `public/images/hero/office-exterior.jpg` when available
4. Update address in **Admin → Settings** when the client confirms
5. Configure SMTP in `.env` for consultation emails
6. Optionally set `USERWAY_ACCOUNT_ID` for the accessibility widget

## Useful commands

```bash
php artisan migrate:fresh --seed --force
npm run build
php artisan optimize:clear
```

See `README.md` for the production deploy checklist.
