Title here
Summary here
You are building DeskFlow for the fictional agency Northwind Studio — an internal task board API. Read the full project intro if you skipped it.
This step creates the empty deskflow-api folder on your machine. About five minutes.
composer create-project pionia/pionia-app deskflow-api
cd deskflow-apiComposer writes APP_NAME=deskflow-api into environment/.env.
You should see:
deskflow-api/
├── bootstrap/
├── environment/ # .env + settings.ini
├── public/ # index.php
├── services/ # WelcomeService.php (template)
├── switches/ # MainSwitch.php
├── storage/
└── pionia # CLIOpen the folder in your editor — keep this terminal path for all remaining steps.
php pionia command runs from deskflow-api/.vendor/ — your code lives in services/, switches/, database/.