Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 557 Bytes

Installation.md

File metadata and controls

23 lines (14 loc) · 557 Bytes

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

  • Install composer if you have not installed in your system.
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