Programming
-
May- 2023 -20 May
Top 5 helpdesk ticketing system in php laravel
Hello there, I hope you guys are doing well, today we will discuss about top 5 ticket system built with…
Read More » -
Sep- 2022 -18 September
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…
Read More » -
Jun- 2022 -22 June
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…
Read More » -
Mar- 2022 -26 March
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…
Read More » -
Jan- 2022 -17 January
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…
Read More » -
12 January
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…
Read More » -
9 January
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…
Read More » -
Dec- 2021 -24 December
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…
Read More » -
Nov- 2021 -7 November
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: $collection = collect($array);…
Read More » -
1 November
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…
Read More »