# HBMS Installer

Upload the project to hosting, point the domain to the Laravel `public` directory, then open:

```text
https://your-domain.com/install
```

The installer checks PHP/server requirements, writes database settings to `.env`, creates or connects the database, runs the Laravel migrations automatically, and creates the master admin account.

After installation, opening the domain root loads the public hotel website and `/manage/login` opens the back-office login.
