Skip to content

Files

Latest commit

0fcba01 · Jun 11, 2015

History

History
17 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 440 Bytes

RESTful API in Yii 2 Advanced Application Template

Yii2 Advanced Application Template with RESTful API configured. Take a look at http://budiirawan.com/setup-restful-api-yii2/ for more detail explanation

Installation

  • Install composer packages
composer install
  • Don't forget to create your database and table and configure it in common/config/main-local.php

Thanks