Skip to content

This is a standalone tutorial for how to develop an app using Symfony components. I created console-app using the console component of Symfony here.

Notifications You must be signed in to change notification settings

ghodkekrishna/console-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-app

This is command line tool helps to export CSV file with month-wise salary and bonus dates

Prerequisites

This is standalone php application developed using console component of symfony framework. You need composer to install dependencies of application.

Installation

  1. Clone using git clone https://github.com/krushnaghodke/console-app
  2. Install project dependencies using composer. Go in project directory and run Composer install
  3. After installing all dependencies run command php bin/console export:salary-dates
  4. You will get success message in console "File created successfully!".
  5. Now check CSV file in public/files folder of code.

PHPUnit

For unit testing i used PHPUnit so run following command to execute the test cases.

 ./vendor/bin/phpunit

About

This is a standalone tutorial for how to develop an app using Symfony components. I created console-app using the console component of Symfony here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages