All Projects → NullRefExcep → yii2-shopper

NullRefExcep / yii2-shopper

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT LICENSE.md
E-commerce site template based on Yii 2 Advanced Application Template

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
shell
77523 projects

Yii 2 Shopper

Yii 2 Shopper is a skeleton Yii 2 e-commerce application.

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0.

GETTING STARTED

After you install the application, you have to conduct the following steps to initialize the installed application. You only need to do these once for all.

  1. Run command init to initialize the application with a specific environment.
  2. Create a new database and adjust the components['db'] configuration in common/config/main-local.php accordingly.
  3. Apply migrations with console command yii migrate. This will create tables needed for the application to work.
  4. Set document roots of your Web server:
  • for frontend /path/to/yii-application/frontend/web/ and using the URL http://frontend/
  • for backend /path/to/yii-application/backend/web/ and using the URL http://backend/

To login into the application, you need to first sign up, with any of your email address, username and password. Then, you can login into the application with same email address and password at any time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].