Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.94 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.94 KB

yii-app

A great way to start building your web application with the Yii PHP framework.

Setup

  • 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.
  • Run yiic env dev to activate the development environment.
  • Run yiic debug on to enable the debugging mode.
  • You're done! Navigate to web/index.php to see your application.

For more information on Composer and Grunt:

Extensions

The following extensions are part of yii-app:

Please consult the extension documentation for further information.