Laravel Convert numbers to words in laravel Hello buddy, I hope you are doing well, In this article we will learn how convert number to words in…
Programming Reverse string in Python (6 different ways) Python string library doesn’t support the in-built “reverse()” as done by other python containers like list, hence knowing other methods…
PHP Could not validate a connection to elastic search magento Hey buddy, I hope you are doing well, and you surf over the entire internet to overcome this issue could…
PHP Convert XML to JSON PHP with example Hello buddy, I hope you are doing well with this article, we will learn how to convert XML to JSON…
Laravel Improved Laravel Routes Tips for Laravel 8.x What are Routes ? The route is a way of creating a request URL for your application. These urls do not…
Laravel Improved single-method accessors and mutators in Laravel 8.x What is Accessor? Accessors create a dummy attribute on the object which you can access as if it were a database…
PHP SimpleXMLElement returns empty object resolved Hello buddy, I hope you are doing well in this article we will learn about how we can convert XML…
Laravel How to Sort Collections in Laravel and PHP You can use sortBy for laravel collection for sorting by custom orders. You can do like this: Also, you could…
PHP Replace a part of the string in PHP In this blog we will see how we can replace a part of the string, sometimes we have to change…
Laravel Saving an Image from URL in PHP/Laravel Sometimes, need to download an image from a particular URL and use it in the project. It’s easy to go…