Category:

What is REST Api?

Learn how we can create PHP Rest API. REST API means Representational state transfer is a software architectural style that defines a set of constraints to be used for creating Web services. In this article, you’ll learn everything you need to know about REST APIs to be able to read the API documentation and use them […]

Continue Reading
Posted On :
Category:

Install missing PHP7.2 intl extenstion

In this post, I will show you how we can add missing PHP 7.2 missing extension using Ondrej PPA in Linux server. apt update apt autoremove Once you have fixed that issue, you can try executing following commands if you have not added Ondrej PPA: add-apt-repository -y ppa:ondrej/php apt install php7.2-intl Now you can restart […]

Continue Reading
Posted On :