# Package Manifest

Package: DPSVR Complete Laravel Installable Application v1.0

Core folders:

- `app/` Laravel models, controllers, services, policies, requests
- `database/migrations/` Full database schema
- `database/seeders/` Roles, permissions, products, demo data
- `resources/views/` Web dashboard and CRUD screens
- `routes/web.php` Browser application routes
- `routes/api.php` API/mobile-ready routes
- `public/` Web entrypoint and PWA shell
- `config/` Application configuration
- `INSTALL_SERVER.md` Server installation guide
- `DEPLOYMENT_CHECKLIST.md` Go-live checklist

This package is source code. Install dependencies by running `composer install` on the server.

## Added: On-Screen Browser Installer

- `public/install.php` — browser-based installation wizard.
- `ON_SCREEN_INSTALLATION.md` — step-by-step browser installation guide.
- `app/Console/Commands/InstallCreateAdminCommand.php` — creates the first Super Administrator from the installer.
