This is a test from Place to Pay in order to follow a job application process.
assets/ contains assets definition
commands/ contains console commands (controllers)
config/ contains application configurations
controllers/ contains Web controller classes
mail/ contains view files for e-mails
models/ contains model classes
runtime/ contains files generated during runtime
tests/ contains various tests for the basic application
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application
web/ contains the entry script and Web resources
sql/ contains a SQL file to be run before using the system
The minimum requirement by this project template that your Web server supports PHP 5.4.0.
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this project template using the following command:
composer create-project --prefer-dist yiisoft/yii2-app-basic p2pTest
Now you should be able to access the application through the following URL, assuming p2pTest
is the directory
directly under the Web root.
http://localhost/basic/p2pTest/
You need to run the SQL file located in sql/ in order to create the database. You will also need to change config/db.php if you are not using a local MySQL Server.