Create XML feeds with Laravel Blade
March 19, 2024 1 min reading
In modern web applications, XML is widely used for communication and transporting data. In this article, we will take a look at super-easy way for creating XML in Laravel, with the help of Blade.
In modern web applications, XML (eXtensible Markup Language) is widely used for communication and transporting data. Whether it was sending and consuming data via APIs, creating product feeds for ecommerce websites, many developers have dealt with creating XML at some point. In the article I wrote for Medium, we will take a look at super-easy way for creating XML in PHP/Laravel, with the help of Blade.
https://medium.com/@erik.masny/create-xml-feeds-with-laravel-blade-9a4f039f6843