Impot data rules from XML / JSON files to database in Laravel
I create app where I save data form external XML / JSON files to MySQL. Every XML/JSON files has a different structure (product names can be found in other tags, product parameters are in strings and will require to use regular expressions).
I would like to dynamically create and use custom rules for every importing XML/JSON files (and be able to do it in my app admin panel).
What is the best solution to do this in Laravel 5? Does anyone have any advice or tips?
from Laravel Questions and Answers https://laravelquestions.com/laravel/impot-data-rules-from-xml-json-files-to-database-in-laravel/
via Lzo Media
No comments:
Post a Comment