Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 484 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 484 Bytes

Pretix-CTSB

Dev Setup

Install deps:

composer install

Add .env from preset

cp .env.example .env

Generate app key

php artisan key:generate

Add your favorite port the Order-API-URL and your super secret to .env:

APP_PORT=8080
PRETIX_ORDER_API_URL=https://pretix.eu/api/v1/organizers/ctsb/events/mobil4/orders/
PRETIX_SECRET=correcthorsebatterystaple

Run:

./vendor/bin/sail up

Visit http://0.0.0.0:APP_PORT