20/04
2017
The Uno Framework.
A minimalist PHP Framework for very quick projects, aimed at ease of use and extensibility., (*1)
The Uno framework has a few system requirements., (*2)
Via Git Clone, (*3)
git clone https://github.com/uno-php/framework.git blog
, (*4)
cd blog
, (*5)
composer install
, (*6)
Via Composer Create-Project, (*7)
You may install Uno using the Composer create-project command in your terminal:, (*8)
composer create-project --prefer-dist uno-php/framework blog
, (*9)
Install NPM dependencies, (*10)
yarn install / npm install
, (*11)
Compile Assets, (*12)
npm run dev
, (*13)
Serve Your Project, (*14)
php -S localhost:1990 -t public
, (*15)