Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 525 Bytes

Yii 2 REST Project Boilerplate

Yii 2 REST Project Boilerplate is a skeleton Yii 2 application best for developing RESTful API's.

It is based from a Yii 2 Advanced Project Template, it includes two tiers: API, and console (for applying migrations), each of which is a separate Yii application.

This boilerplate contains:

  • User creation
  • External action for check if user email exists
  • Authentication
  • Upload files
  • Migrations for User and Upload