Is there an offline docs for yii2.0 ?

I just want to ask some help.Is there an offline docs in yii 2.0?.

Thank you in advance.

me need this too

thanks

You can build your own: https://github.com/yiisoft/yii2/blob/master/extensions/apidoc/README.md

http://stuff.cebe.cc/yii2-guide.pdf

This document has been open in Acrobat since I updated a couple of weeks ago. It’s a life-saver

Is this updated ?..

Thank you again :)




$ git clone https://github.com/yiisoft/yii2 yii2

$ cd yii2

$ composer update

$ php build/build dev --interactive=0 --useHttp

$ cd extensions/apidoc


$ ./apidoc guide ../../docs/guide ../../../yii2-docs --interactive=0

$ ./apidoc api ../../framework/,../../extensions/ ../../../yii2-docs --interactive=0

$ ./apidoc guide ../../docs/guide ../../../yii2-docs --interactive=0

Taken from here : https://github.com/yiisoft/yii2/issues/3267#issuecomment-105623118