/xml-json-parser-laravel-console

Command to parse xml and json files within directories and zipped/gzipped files.

Primary LanguagePHP

Instructions to run the project (with Laravel Sail):

# Clone the repository and run the following commands
composer install
cp .env.example .env
php artisan key:generate
# Start the docker and run
./vendor/bin/sail up

To run command:

php artisan app:parse-file {file_path}
# directory
php artisan app:parse-file --d={directory_path}

Laravel Logo

Build Status Total Downloads Latest Stable Version License