Skip to content
/ yii-app Public
forked from crisu83/yii-app

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

License

Notifications You must be signed in to change notification settings

varmad/yii-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published