Check for available Anmeldung appointment (apartment registration) in Berlin.
-
Check you have a PHP version 8.0 or higher
-
Require and install the dependencies
composer require jesusvalera/berlin-anmeldung
cd berlin-anmeldung
composer install
- Run the project
php anmeldung
This is the project structure. See more about gacela here.
anmeldung-berlin
├── anmeldung # Entry point of the application
│
├── src
│ └── Anmeldung
│ ├── Domain
│ │ └── ...
│ ├── AnmeldungFacade.php
│ └── AnmeldungFactory.php
│ ├── AnmeldungConfig.php
│
├── tests
│ └── ...
└── vendor
└── ...