Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 413 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 413 Bytes

Yii2 Multilingual Demo

Simple project based on https://github.com/yiisoft/yii2-app-basic demonstrating multilingual features of Yii2.

Install

git clone https://github.com/tbreuss/yii2-multilingual-demo.git    
cd yii2-multilingual-demo 
composer install    
php yii migrate

Run

php yii serve --port 9999

Open your favorite web browser with the url http://localhost:9999.