Test project contain PHP Framework Symfony 2 (2.8). [folder: www/stest
]
**Vagrant Way (Long time):
- Clone this repo in your computer
- Enter to dir
test-symfony-vagrant
- Execute command
vagrant up
- After install, exec command
vagrant ssh
- Change dirrectory
cd /var/www/stest
- Exec command
composer update
- Write to your host file:
192.168.56.101 stest.local
**Symfony way:
- Clone this repo in your computer
- Use power this Guide
p.s. SQL Dump it's here -> /sql/stest.sql
Project contains 3 routes:
- / {default route}
- /listview {route for show Goods list in order 2,3,1}
- /tableview {route for show table of Goods with column
Photos
}