ngodinhloc / symfony-products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework

My first thought was to use Jennifer, a simple PHP framework that I created, but then I decide to use Symfony because of it is one of the most popular and powerful framework in the industry.

1. Install dependencies

cd to "symfony-product" directory, then run the command

$ composer install

2. Create database

Run the the following command to create the table

$ php bin/console doctrine:migrations:migrate 20190113224316

3. Run test

cd to "symfony-product" directory and run the following command

$ php bin/phpunit

Time spent

  • Set up the dev environment: 1 hour
  • Coding: 4 hours
  • UniTest: 1 hour

Total : 6 hours

About


Languages

Language:PHP 81.0%Language:HTML 19.0%