lartisan / rework-file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install the project

Clone this repo:

git clone https://github.com/lartisan/rework-file.git

After cloning this repo, run the following commands in the console:

cd rework-file

composer install

cp .env.example .env

php artisan key:generate

How to proceed

php artisan rework:file ./public/users.csv 

The generated users.json will be saved in the ./public folder.

About


Languages

Language:PHP 82.2%Language:Blade 16.6%Language:Shell 1.0%Language:JavaScript 0.3%