Quick Start Guide

Get up and running with KlinicUp in less than 5 minutes. Follow these simple steps to launch your instance.

1

Installation

Use Composer to create a new project. This will download all necessary dependencies and set up the directory structure.

composer create-project klinicup/app my-clinic
2

Database Setup

Configure your database credentials in the .env file and run migrations to create the schema.