A great way to start building your web application with the Yii PHP framework.
- Set up Git by following the instructions here.
- Download and install Composer by following the instructions here.
- Browse through the
composer.json
and remove the dependencies you don't need. - Run
composer install
to download Composer dependencies. - Download and install Node.js by follwoing the instructions here here.
- Run
npm install
to download Node.js dependencies. - Update the configurations in
app/config/
to suit your needs. - Start Grunt by running
grunt
and it will compile your LESS and deploy your JavaScript files. - You're done! Navigate to
web/dev.php
orweb/index.php
to see your application.
For more information on Composer and Grunt:
The following extensions are part of yii-app:
- Email Soon on GitHub
- Debug Toolbar https://github.com/malyshev/yii-debug-toolbar
- Image https://github.com/Crisu83/yii-image
- Less https://github.com/Crisu83/yii-less
- Multilingual https://github.com/Crisu83/yii-multilingual
- Password https://github.com/phpnode/YiiPassword
- Seo https://github.com/Crisu83/yii-seo
- Yiistrap https://github.com/yii-twbs/yiistrap
Please consult the extension documentation for further information.