Skip to content

using Laravel to Extract data from xml files and insert them to SQL Server database or any other DBMS

Notifications You must be signed in to change notification settings

hermezdelay/laravel_xml_parser

Repository files navigation

laravel_xml_parser

in this example i'll collect data from an xml file, after that i'll insert them to a databases.

My client have multiple databases such as: Mysql, Sql Server and Sqlite.

For the example i'll insert data to mysql database but in reality i don't matter because the ORM Eloquent will communicate with all of them (this is the adventage to use LARAVEL !).

1- il faut lancer le serveur laragon pour que la base de donnée marche avec votre application 2- lancez la commande: php artisan serv

About

using Laravel to Extract data from xml files and insert them to SQL Server database or any other DBMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published