Website Documentation Yii 2

Hi!

Is it possible to download all the documentation yii2, in such form as is http://www.yiiframework.com/doc-2.0/index.html on this page?

Thanks for the reply :wink:

If you are in Linux you can use this script to do it. It will

You need git and composer in your system path

credits cebe




# clone yii2 dev repo

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

# generate docs

cd yii2/extensions/apidoc

composer update --prefer-dist

./apidoc guide ../../docs/guide/ ./output

./apidoc api ../../framework/,../../extensions ./output

./apidoc guide ../../docs/guide/ ./output

# open docs in browser

firefox output/index.html