Skip to the content.

Installation

Unic framework is built for PHP, so itโ€™s requires PHP 7.4 or newer version and for now you wonโ€™t need to setup anything else.

Install with composer

composer create-project unicframework/unic blog

It will automatically create a blog project for you.

Start development server

Start php development server:

php -S localhost:3000 index.php

It will start the development server at http://localhost:3000